Html Css Color HEX #0C549C Cobalt

📋 copy color: '#0C549C'

red 12 ◦ green 84 ◦ blue 156

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

Shades of Cobalt #0C549C

Tints of Cobalt #0C549C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.33%

 BLUE value IS 156 (61.33% from 255) = 61.9%

R = 4.76%
G = 33.33%
B = 61.9%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C549C (or 0x0C549C) is known color: Cobalt. HEX triplet: 0C, 54 and 9C. RGB value is (12,84,156). Sum of RGB (Red+Green+Blue) = 12+84+156=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C549C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C549C is #F3AB63. Grayscale: #464646. Windows color (decimal): -15969124 or 10245132. OLE color: 10245132.

HSL color Cylindrical-coordinate representation of color #0C549C: hue angle of 210º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C549C is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 12 84 156 -
CMYK 0.92 0.46 0 0.39
HSL 210º 0.86% 0.33% -
HSV(B) 210º 0.92% 0.61% -
XYZ 9.32 8.82 32.66 -
YUV 70.68 176.15 86.15 -
System Red Green Blue C M Y K H S L
Decimal 12 84 156 0.92 0.46 0 0.39 210 0.86 0.33
Hex C 54 9C 5C 2E 0 27 D2 56 21
Octal 14 124 234 134 56 0 47 322 126 41
Binary 1100 1010100 10011100 1011100 101110 0 100111 11010010 1010110 100001

Color Harmonies of #0C549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C549C

Black with #0C549C

Text Example


Text Example

White with #0C549C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,84,156); }

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

background-color css

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

 a { background-color: rgb(12,84,156); }

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

border-color css

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

 span { border-color: rgb(12,84,156); }

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