Html Css Color HEX #0F4082 Dark Cerulean

📋 copy color: '#0F4082'

red 15 ◦ green 64 ◦ blue 130

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

Shades of Dark Cerulean #0F4082

Tints of Dark Cerulean #0F4082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

 BLUE value IS 130 (51.17% from 255) = 62.2%

R = 7.18%
G = 30.62%
B = 62.2%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0F4082 (or 0x0F4082) is known color: Dark Cerulean. HEX triplet: 0F, 40 and 82. RGB value is (15,64,130). Sum of RGB (Red+Green+Blue) = 15+64+130=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F4082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4082 is #F0BF7D. Grayscale: #383838. Windows color (decimal): -15777662 or 8536079. OLE color: 8536079.

HSL color Cylindrical-coordinate representation of color #0F4082: hue angle of 214.43º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F4082 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 64 130 -
CMYK 0.88 0.51 0 0.49
HSL 214.43º 0.79% 0.28% -
HSV(B) 214.43º 0.88% 0.51% -
XYZ 6.06 5.38 21.84 -
YUV 56.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 15 64 130 0.88 0.51 0 0.49 214.43 0.79 0.28
Hex F 40 82 58 33 0 31 D6 4F 1C
Octal 17 100 202 130 63 0 61 326 117 34
Binary 1111 1000000 10000010 1011000 110011 0 110001 11010110 1001111 11100

Color Harmonies of #0F4082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4082

Black with #0F4082

Text Example


Text Example

White with #0F4082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,64,130); }

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

background-color css

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

 a { background-color: rgb(15,64,130); }

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

border-color css

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

 span { border-color: rgb(15,64,130); }

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