Html Css Color HEX #0C466D Dark Cerulean

📋 copy color: '#0C466D'

red 12 ◦ green 70 ◦ blue 109

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

Shades of Dark Cerulean #0C466D

Tints of Dark Cerulean #0C466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.65%

 BLUE value IS 109 (42.97% from 255) = 57.07%

R = 6.28%
G = 36.65%
B = 57.07%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C466D (or 0x0C466D) is known color: Dark Cerulean. HEX triplet: 0C, 46 and 6D. RGB value is (12,70,109). Sum of RGB (Red+Green+Blue) = 12+70+109=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #0C466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C466D is #F3B992. Grayscale: #383838. Windows color (decimal): -15972755 or 7161356. OLE color: 7161356.

HSL color Cylindrical-coordinate representation of color #0C466D: hue angle of 204.12º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C466D is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 12 70 109 -
CMYK 0.89 0.36 0 0.57
HSL 204.12º 0.8% 0.24% -
HSV(B) 204.12º 0.89% 0.43% -
XYZ 5.1 5.56 15.27 -
YUV 57.1 157.28 95.83 -
System Red Green Blue C M Y K H S L
Decimal 12 70 109 0.89 0.36 0 0.57 204.12 0.8 0.24
Hex C 46 6D 59 24 0 39 CC 50 18
Octal 14 106 155 131 44 0 71 314 120 30
Binary 1100 1000110 1101101 1011001 100100 0 111001 11001100 1010000 11000

Color Harmonies of #0C466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C466D

Black with #0C466D

Text Example


Text Example

White with #0C466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,70,109); }

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

background-color css

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

 a { background-color: rgb(12,70,109); }

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

border-color css

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

 span { border-color: rgb(12,70,109); }

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