Html Css Color HEX #0C478A Dark Cerulean

📋 copy color: '#0C478A'

red 12 ◦ green 71 ◦ blue 138

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

Shades of Dark Cerulean #0C478A

Tints of Dark Cerulean #0C478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.13%

 BLUE value IS 138 (54.3% from 255) = 62.44%

R = 5.43%
G = 32.13%
B = 62.44%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C478A (or 0x0C478A) is known color: Dark Cerulean. HEX triplet: 0C, 47 and 8A. RGB value is (12,71,138). Sum of RGB (Red+Green+Blue) = 12+71+138=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C478A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C478A is #F3B875. Grayscale: #3C3C3C. Windows color (decimal): -15972470 or 9062156. OLE color: 9062156.

HSL color Cylindrical-coordinate representation of color #0C478A: hue angle of 211.9º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C478A is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 71 138 -
CMYK 0.91 0.49 0 0.46
HSL 211.9º 0.84% 0.29% -
HSV(B) 211.9º 0.91% 0.54% -
XYZ 6.99 6.42 24.92 -
YUV 61 171.45 93.05 -
System Red Green Blue C M Y K H S L
Decimal 12 71 138 0.91 0.49 0 0.46 211.9 0.84 0.29
Hex C 47 8A 5B 31 0 2E D4 54 1D
Octal 14 107 212 133 61 0 56 324 124 35
Binary 1100 1000111 10001010 1011011 110001 0 101110 11010100 1010100 11101

Color Harmonies of #0C478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C478A

Black with #0C478A

Text Example


Text Example

White with #0C478A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,71,138); }

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

background-color css

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

 a { background-color: rgb(12,71,138); }

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

border-color css

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

 span { border-color: rgb(12,71,138); }

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