#0C59BE

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

Shades of Denim #0C59BE

Tints of Denim #0C59BE

Color information

#0C59BE (or 0x0C59BE) is unknown color: approx Denim. HEX triplet: 0C, 59 and BE. RGB value is (12,89,190). Sum of RGB (Red+Green+Blue) = 12+89+190=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C59BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C59BE is #F3A641. Grayscale: #4D4D4D. Windows color (decimal): -15967810 or 12474636. OLE color: 12474636.

HSL color Cylindrical-coordinate representation of color #0C59BE: hue angle of 214.04º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C59BE is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1289190-
CMYK0.940.5300.25
HSL214.04º88.12%39.61%-
HSV(B)214.04º93.68%74.51%-
XYZ13.0210.9450.14-
YUV77.49191.4981.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.12%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 190 (74.61% from 255) = 65.29%
R=4.12%
G=30.58%
B=65.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12891900.940.5300.25214.0488.1239.61
HexC59BE5E35019d65828
Octal141312761366503132613050
Binary11001011001101111101011110110101011001110101101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C59BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,89,190); }

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

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

 a { background-color: rgb(12,89,190); }

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

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

 span { border-color: rgb(12,89,190); }

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