Html Css Color HEX #0F5276 Dark Cerulean

📋 copy color: '#0F5276'

red 15 ◦ green 82 ◦ blue 118

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

Shades of Dark Cerulean #0F5276

Tints of Dark Cerulean #0F5276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.14%

 BLUE value IS 118 (46.48% from 255) = 54.88%

R = 6.98%
G = 38.14%
B = 54.88%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0F5276 (or 0x0F5276) is known color: Dark Cerulean. HEX triplet: 0F, 52 and 76. RGB value is (15,82,118). Sum of RGB (Red+Green+Blue) = 15+82+118=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #0F5276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5276 is #F0AD89. Grayscale: #414141. Windows color (decimal): -15773066 or 7754255. OLE color: 7754255.

HSL color Cylindrical-coordinate representation of color #0F5276: hue angle of 200.97º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F5276 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 15 82 118 -
CMYK 0.87 0.31 0 0.54
HSL 200.97º 0.77% 0.26% -
HSV(B) 200.97º 0.87% 0.46% -
XYZ 6.48 7.44 18.23 -
YUV 66.07 157.3 91.57 -
System Red Green Blue C M Y K H S L
Decimal 15 82 118 0.87 0.31 0 0.54 200.97 0.77 0.26
Hex F 52 76 57 1F 0 36 C9 4D 1A
Octal 17 122 166 127 37 0 66 311 115 32
Binary 1111 1010010 1110110 1010111 11111 0 110110 11001001 1001101 11010

Color Harmonies of #0F5276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5276

Black with #0F5276

Text Example


Text Example

White with #0F5276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,82,118); }

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

background-color css

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

 a { background-color: rgb(15,82,118); }

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

border-color css

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

 span { border-color: rgb(15,82,118); }

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