#0C5BA3

Color #0C5BA3 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0C5BA3

Tints of Cobalt #0C5BA3

Color information

#0C5BA3 (or 0x0C5BA3) is unknown color: approx Cobalt. HEX triplet: 0C, 5B and A3. RGB value is (12,91,163). Sum of RGB (Red+Green+Blue) = 12+91+163=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 163 (64.06% from 255 or 61.28% from 266); Max value from RGB is 163 - color contains mainly: blue. Hex color #0C5BA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5BA3 is #F3A45C. Grayscale: #4B4B4B. Windows color (decimal): -15967325 or 10705676. OLE color: 10705676.

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

Color convert

RGB1291163-
CMYK0.930.4400.36
HSL208.61º86.29%34.31%-
HSV(B)208.61º92.64%63.92%-
XYZ10.510.236.07-
YUV75.59177.3382.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.51%
GREEN value IS 91 (35.94% from 255) = 34.21%
BLUE value IS 163 (64.06% from 255) = 61.28%
R=4.51%
G=34.21%
B=61.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12911630.930.4400.36208.6186.2934.31
HexC5BA35D2C024d15622
Octal141332431355404432112642
Binary110010110111010001110111011011000100100110100011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,91,163); }

 H1.HeaderClassName
 {
   color: #0C5BA3;
 }
 .AnyTagClassName
 {
   color: #0C5BA3;
 }
</style>
background-color css

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

 a { background-color: rgb(12,91,163); }

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

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

 span { border-color: rgb(12,91,163); }

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