Color Hex Logo

#0f52ba Color Hex Sapphire

#0F52BA
(15,82,186)
19 Favorites   1 Comments

Color spaces of #0f52ba Sapphire

RGB 1582186
HSL0.600.850.39
HSV216°92°73°
CMYK 0.920.560.00   0.27
XYZ12.07729.681347.6865
Yxy9.68130.17390.1394
Hunter Lab31.114814.8339-69.0875
CIE-Lab37.264321.7822-60.0478

#0f52ba color RGB value is (15,82,186). #0f52ba color name is Sapphire color.

#0f52ba hex color red value is 15, green value is 82 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0f52ba hue: 0.60 , saturation: 0.85 and the lightness value of 0f52ba is 0.39.

The process color (four color CMYK) of #0f52ba color hex is 0.92, 0.56, 0.00, 0.27. Web safe color of #0f52ba is #0066cc. Color #0f52ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01010010 10111010
Octal 17 122 272
Decimal 15 82 186
Hex F 52 BA

RGB Percentages of Color #0f52ba

%5.30
%28.98
%65.72

CMYK Percentages of Color #0f52ba

%92
%56
%0
%27

Triadic Colors of #0f52ba

#0f52ba #ba0f52 #52ba0f

Analogous Colors of #0f52ba

#0f52ba #220fba #0fa8ba

Monochromatic Colors of #0f52ba

#0f52ba

Complementary Color

#0f52ba #ba770f

#0f52ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f52ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f52ba Color CSS Codes

.mybgcolor {background-color:#0f52ba; } 
.myforecolor {color:#0f52ba; }
.mybordercolor {border:3px solid #0f52ba; }

#0f52ba Text Font Color

<p style="color:#0f52ba">Text here</p>

This sample text font color is #0f52ba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0f52ba Background Color

<div style="background-color:#0f52ba">
Div content here</div>

This div background color is #0f52ba


#0f52ba Border Color

<div style="border:3px solid #0f52ba">
Div here</div>

This div border color is #0f52ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,82,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f52ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f52ba;
  -webkit-box-shadow: 1px 1px 3px 2px #0f52ba;
  box-shadow:         1px 1px 3px 2px #0f52ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,82,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0f52ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0f52ba;
  -webkit-box-shadow: 1px 1px 3px 2px #0f52ba;
  box-shadow:         1px 1px 3px 2px #0f52ba;">
Div content here</div>

This div box has shadow with color #0f52ba


Comments

6 Feb 2023, 23:48 hashtag

Safira

Please login to write comment.