Html Css Color HEX #0C4874 Dark Cerulean

📋 copy color: '#0C4874'

red 12 ◦ green 72 ◦ blue 116

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

Shades of Dark Cerulean #0C4874

Tints of Dark Cerulean #0C4874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36%

 BLUE value IS 116 (45.7% from 255) = 58%

R = 6%
G = 36%
B = 58%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0C4874 (or 0x0C4874) is known color: Dark Cerulean. HEX triplet: 0C, 48 and 74. RGB value is (12,72,116). Sum of RGB (Red+Green+Blue) = 12+72+116=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #0C4874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4874 is #F3B78B. Grayscale: #3A3A3A. Windows color (decimal): -15972236 or 7620620. OLE color: 7620620.

HSL color Cylindrical-coordinate representation of color #0C4874: hue angle of 205.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 #0C4874 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 72 116 -
CMYK 0.90 0.38 0 0.55
HSL 205.38º 0.81% 0.25% -
HSV(B) 205.38º 0.9% 0.45% -
XYZ 5.62 5.97 17.38 -
YUV 59.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 12 72 116 0.90 0.38 0 0.55 205.38 0.81 0.25
Hex C 48 74 5A 26 0 37 CD 51 19
Octal 14 110 164 132 46 0 67 315 121 31
Binary 1100 1001000 1110100 1011010 100110 0 110111 11001101 1010001 11001

Color Harmonies of #0C4874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4874

Black with #0C4874

Text Example


Text Example

White with #0C4874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,72,116); }

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

background-color css

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

 a { background-color: rgb(12,72,116); }

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

border-color css

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

 span { border-color: rgb(12,72,116); }

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