Html Css Color HEX #0F5377 Dark Cerulean

📋 copy color: '#0F5377'

red 15 ◦ green 83 ◦ blue 119

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

Shades of Dark Cerulean #0F5377

Tints of Dark Cerulean #0F5377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 54.84%

R = 6.91%
G = 38.25%
B = 54.84%

CMYK

 C value IS 0.87

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F5377 (or 0x0F5377) is known color: Dark Cerulean. HEX triplet: 0F, 53 and 77. RGB value is (15,83,119). Sum of RGB (Red+Green+Blue) = 15+83+119=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #0F5377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5377 is #F0AC88. Grayscale: #424242. Windows color (decimal): -15772809 or 7820047. OLE color: 7820047.

HSL color Cylindrical-coordinate representation of color #0F5377: hue angle of 200.77º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F5377 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 83 119 -
CMYK 0.87 0.30 0 0.53
HSL 200.77º 0.78% 0.26% -
HSV(B) 200.77º 0.87% 0.47% -
XYZ 6.62 7.62 18.57 -
YUV 66.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 15 83 119 0.87 0.30 0 0.53 200.77 0.78 0.26
Hex F 53 77 57 1E 0 35 C9 4E 1A
Octal 17 123 167 127 36 0 65 311 116 32
Binary 1111 1010011 1110111 1010111 11110 0 110101 11001001 1001110 11010

Color Harmonies of #0F5377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5377

Black with #0F5377

Text Example


Text Example

White with #0F5377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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