Html Css Color HEX #0F5391 Dark Cerulean

📋 copy color: '#0F5391'

red 15 ◦ green 83 ◦ blue 145

#0F5391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0F5391

Tints of Dark Cerulean #0F5391

RGB

 RED value IS 15 (6.25% from 255) = 6.17%

 GREEN value IS 83 (32.81% from 255) = 34.16%

 BLUE value IS 145 (57.03% from 255) = 59.67%

R = 6.17%
G = 34.16%
B = 59.67%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F5391 (or 0x0F5391) is known color: Dark Cerulean. HEX triplet: 0F, 53 and 91. RGB value is (15,83,145). Sum of RGB (Red+Green+Blue) = 15+83+145=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F5391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5391 is #F0AC6E. Grayscale: #454545. Windows color (decimal): -15772783 or 9523983. OLE color: 9523983.

HSL color Cylindrical-coordinate representation of color #0F5391: hue angle of 208.62º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F5391 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 83 145 -
CMYK 0.90 0.43 0 0.43
HSL 208.62º 0.81% 0.31% -
HSV(B) 208.62º 0.9% 0.57% -
XYZ 8.4 8.33 27.95 -
YUV 69.74 170.47 88.96 -
System Red Green Blue C M Y K H S L
Decimal 15 83 145 0.90 0.43 0 0.43 208.62 0.81 0.31
Hex F 53 91 5A 2B 0 2B D1 51 1F
Octal 17 123 221 132 53 0 53 321 121 37
Binary 1111 1010011 10010001 1011010 101011 0 101011 11010001 1010001 11111

Color Harmonies of #0F5391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5391

Black with #0F5391

Text Example


Text Example

White with #0F5391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F5391; }

 p { color: rgb(15,83,145); }

 H1.HeaderClassName
 {
   color: #0F5391;
 }
 .AnyTagClassName
 {
   color: #0F5391;
 }
</style>

background-color css

<style>
 a { background-color: #0F5391; }

 a { background-color: rgb(15,83,145); }

 div.DivClassName
 {
   background-color: #0F5391;
 }
 .BgClassName
 {
   background-color: #0F5391;
 }
</style>

border-color css

<style>
 span { border-color: #0F5391; }

 span { border-color: rgb(15,83,145); }

 td.TdClassName
 {
   border-color: #0F5391;
 }
 .TagClassName
 {
   border-color: #0F5391;
 }
</style>