Html Css Color HEX #0F5387 Dark Cerulean

📋 copy color: '#0F5387'

red 15 ◦ green 83 ◦ blue 135

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

Shades of Dark Cerulean #0F5387

Tints of Dark Cerulean #0F5387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 57.94%

R = 6.44%
G = 35.62%
B = 57.94%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0F5387 (or 0x0F5387) is known color: Dark Cerulean. HEX triplet: 0F, 53 and 87. RGB value is (15,83,135). Sum of RGB (Red+Green+Blue) = 15+83+135=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F5387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5387 is #F0AC78. Grayscale: #444444. Windows color (decimal): -15772793 or 8868623. OLE color: 8868623.

HSL color Cylindrical-coordinate representation of color #0F5387: hue angle of 206º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F5387 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 15 83 135 -
CMYK 0.89 0.39 0 0.47
HSL 206º 0.8% 0.29% -
HSV(B) 206º 0.89% 0.53% -
XYZ 7.66 8.04 24.07 -
YUV 68.6 165.47 89.77 -
System Red Green Blue C M Y K H S L
Decimal 15 83 135 0.89 0.39 0 0.47 206 0.8 0.29
Hex F 53 87 59 27 0 2F CE 50 1D
Octal 17 123 207 131 47 0 57 316 120 35
Binary 1111 1010011 10000111 1011001 100111 0 101111 11001110 1010000 11101

Color Harmonies of #0F5387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5387

Black with #0F5387

Text Example


Text Example

White with #0F5387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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