Html Css Color HEX #0C4473 Dark Cerulean

📋 copy color: '#0C4473'

red 12 ◦ green 68 ◦ blue 115

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

Shades of Dark Cerulean #0C4473

Tints of Dark Cerulean #0C4473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.87%

 BLUE value IS 115 (45.31% from 255) = 58.97%

R = 6.15%
G = 34.87%
B = 58.97%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0C4473 (or 0x0C4473) is known color: Dark Cerulean. HEX triplet: 0C, 44 and 73. RGB value is (12,68,115). Sum of RGB (Red+Green+Blue) = 12+68+115=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C4473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4473 is #F3BB8C. Grayscale: #383838. Windows color (decimal): -15973261 or 7554060. OLE color: 7554060.

HSL color Cylindrical-coordinate representation of color #0C4473: hue angle of 207.38º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C4473 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 68 115 -
CMYK 0.90 0.41 0 0.55
HSL 207.38º 0.81% 0.25% -
HSV(B) 207.38º 0.9% 0.45% -
XYZ 5.31 5.45 16.99 -
YUV 56.61 160.95 96.18 -
System Red Green Blue C M Y K H S L
Decimal 12 68 115 0.90 0.41 0 0.55 207.38 0.81 0.25
Hex C 44 73 5A 29 0 37 CF 51 19
Octal 14 104 163 132 51 0 67 317 121 31
Binary 1100 1000100 1110011 1011010 101001 0 110111 11001111 1010001 11001

Color Harmonies of #0C4473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4473

Black with #0C4473

Text Example


Text Example

White with #0C4473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,68,115); }

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

background-color css

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

 a { background-color: rgb(12,68,115); }

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

border-color css

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

 span { border-color: rgb(12,68,115); }

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