Html Css Color HEX #0C579D Cobalt

📋 copy color: '#0C579D'

red 12 ◦ green 87 ◦ blue 157

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

Shades of Cobalt #0C579D

Tints of Cobalt #0C579D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.98%

 BLUE value IS 157 (61.72% from 255) = 61.33%

R = 4.69%
G = 33.98%
B = 61.33%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C579D (or 0x0C579D) is known color: Cobalt. HEX triplet: 0C, 57 and 9D. RGB value is (12,87,157). Sum of RGB (Red+Green+Blue) = 12+87+157=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C579D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C579D is #F3A862. Grayscale: #484848. Windows color (decimal): -15968355 or 10311436. OLE color: 10311436.

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

Color convert

RGB 12 87 157 -
CMYK 0.92 0.45 0 0.38
HSL 208.97º 0.86% 0.33% -
HSV(B) 208.97º 0.92% 0.62% -
XYZ 9.65 9.33 33.19 -
YUV 72.56 175.65 84.81 -
System Red Green Blue C M Y K H S L
Decimal 12 87 157 0.92 0.45 0 0.38 208.97 0.86 0.33
Hex C 57 9D 5C 2D 0 26 D1 56 21
Octal 14 127 235 134 55 0 46 321 126 41
Binary 1100 1010111 10011101 1011100 101101 0 100110 11010001 1010110 100001

Color Harmonies of #0C579D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C579D

Black with #0C579D

Text Example


Text Example

White with #0C579D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,87,157); }

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

background-color css

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

 a { background-color: rgb(12,87,157); }

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

border-color css

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

 span { border-color: rgb(12,87,157); }

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