Html Css Color HEX #0C478D Dark Cerulean

📋 copy color: '#0C478D'

red 12 ◦ green 71 ◦ blue 141

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

Shades of Dark Cerulean #0C478D

Tints of Dark Cerulean #0C478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 62.95%

R = 5.36%
G = 31.7%
B = 62.95%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C478D (or 0x0C478D) is known color: Dark Cerulean. HEX triplet: 0C, 47 and 8D. RGB value is (12,71,141). Sum of RGB (Red+Green+Blue) = 12+71+141=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C478D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C478D is #F3B872. Grayscale: #3D3D3D. Windows color (decimal): -15972467 or 9258764. OLE color: 9258764.

HSL color Cylindrical-coordinate representation of color #0C478D: hue angle of 212.56º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C478D is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 71 141 -
CMYK 0.91 0.50 0 0.45
HSL 212.56º 0.84% 0.3% -
HSV(B) 212.56º 0.91% 0.55% -
XYZ 7.21 6.51 26.08 -
YUV 61.34 172.95 92.81 -
System Red Green Blue C M Y K H S L
Decimal 12 71 141 0.91 0.50 0 0.45 212.56 0.84 0.3
Hex C 47 8D 5B 32 0 2D D5 54 1E
Octal 14 107 215 133 62 0 55 325 124 36
Binary 1100 1000111 10001101 1011011 110010 0 101101 11010101 1010100 11110

Color Harmonies of #0C478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C478D

Black with #0C478D

Text Example


Text Example

White with #0C478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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