Html Css Color HEX #0C407C Dark Cerulean

📋 copy color: '#0C407C'

red 12 ◦ green 64 ◦ blue 124

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

Shades of Dark Cerulean #0C407C

Tints of Dark Cerulean #0C407C

RGB

 RED value IS 12 (5.08% from 255) = 6%

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

 BLUE value IS 124 (48.83% from 255) = 62%

R = 6%
G = 32%
B = 62%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0C407C (or 0x0C407C) is known color: Dark Cerulean. HEX triplet: 0C, 40 and 7C. RGB value is (12,64,124). Sum of RGB (Red+Green+Blue) = 12+64+124=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C407C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C407C is #F3BF83. Grayscale: #373737. Windows color (decimal): -15974276 or 8142860. OLE color: 8142860.

HSL color Cylindrical-coordinate representation of color #0C407C: hue angle of 212.14º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C407C is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 64 124 -
CMYK 0.90 0.48 0 0.51
HSL 212.14º 0.82% 0.27% -
HSV(B) 212.14º 0.9% 0.49% -
XYZ 5.62 5.2 19.78 -
YUV 55.29 166.77 97.12 -
System Red Green Blue C M Y K H S L
Decimal 12 64 124 0.90 0.48 0 0.51 212.14 0.82 0.27
Hex C 40 7C 5A 30 0 33 D4 52 1B
Octal 14 100 174 132 60 0 63 324 122 33
Binary 1100 1000000 1111100 1011010 110000 0 110011 11010100 1010010 11011

Color Harmonies of #0C407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C407C

Black with #0C407C

Text Example


Text Example

White with #0C407C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,64,124); }

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

background-color css

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

 a { background-color: rgb(12,64,124); }

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

border-color css

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

 span { border-color: rgb(12,64,124); }

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