Html Css Color HEX #0F5079 Dark Cerulean

📋 copy color: '#0F5079'

red 15 ◦ green 80 ◦ blue 121

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

Shades of Dark Cerulean #0F5079

Tints of Dark Cerulean #0F5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.04%

 BLUE value IS 121 (47.66% from 255) = 56.02%

R = 6.94%
G = 37.04%
B = 56.02%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0F5079 (or 0x0F5079) is known color: Dark Cerulean. HEX triplet: 0F, 50 and 79. RGB value is (15,80,121). Sum of RGB (Red+Green+Blue) = 15+80+121=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F5079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5079 is #F0AF86. Grayscale: #414141. Windows color (decimal): -15773575 or 7950351. OLE color: 7950351.

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

Color convert

RGB 15 80 121 -
CMYK 0.88 0.34 0 0.53
HSL 203.21º 0.78% 0.27% -
HSV(B) 203.21º 0.88% 0.47% -
XYZ 6.52 7.22 19.14 -
YUV 65.24 159.47 92.17 -
System Red Green Blue C M Y K H S L
Decimal 15 80 121 0.88 0.34 0 0.53 203.21 0.78 0.27
Hex F 50 79 58 22 0 35 CB 4E 1B
Octal 17 120 171 130 42 0 65 313 116 33
Binary 1111 1010000 1111001 1011000 100010 0 110101 11001011 1001110 11011

Color Harmonies of #0F5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5079

Black with #0F5079

Text Example


Text Example

White with #0F5079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,80,121); }

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

background-color css

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

 a { background-color: rgb(15,80,121); }

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

border-color css

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

 span { border-color: rgb(15,80,121); }

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