Html Css Color HEX #0C58A4 Cobalt

📋 copy color: '#0C58A4'

red 12 ◦ green 88 ◦ blue 164

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

Shades of Cobalt #0C58A4

Tints of Cobalt #0C58A4

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.33%

 BLUE value IS 164 (64.45% from 255) = 62.12%

R = 4.55%
G = 33.33%
B = 62.12%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0C58A4 (or 0x0C58A4) is known color: Cobalt. HEX triplet: 0C, 58 and A4. RGB value is (12,88,164). Sum of RGB (Red+Green+Blue) = 12+88+164=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 164 (64.45% from 255 or 62.12% from 264); Max value from RGB is 164 - color contains mainly: blue. Hex color #0C58A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C58A4 is #F3A75B. Grayscale: #494949. Windows color (decimal): -15968092 or 10770444. OLE color: 10770444.

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

Color convert

RGB 12 88 164 -
CMYK 0.93 0.46 0 0.36
HSL 210º 0.86% 0.35% -
HSV(B) 210º 0.93% 0.64% -
XYZ 10.34 9.74 36.46 -
YUV 73.94 178.82 83.82 -
System Red Green Blue C M Y K H S L
Decimal 12 88 164 0.93 0.46 0 0.36 210 0.86 0.35
Hex C 58 A4 5D 2E 0 24 D2 56 23
Octal 14 130 244 135 56 0 44 322 126 43
Binary 1100 1011000 10100100 1011101 101110 0 100100 11010010 1010110 100011

Color Harmonies of #0C58A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C58A4

Black with #0C58A4

Text Example


Text Example

White with #0C58A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,88,164); }

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

background-color css

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

 a { background-color: rgb(12,88,164); }

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

border-color css

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

 span { border-color: rgb(12,88,164); }

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