#0C58BE

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

Shades of Denim #0C58BE

Tints of Denim #0C58BE

Color information

#0C58BE (or 0x0C58BE) is unknown color: approx Denim. HEX triplet: 0C, 58 and BE. RGB value is (12,88,190). Sum of RGB (Red+Green+Blue) = 12+88+190=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C58BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C58BE is #F3A741. Grayscale: #4C4C4C. Windows color (decimal): -15968066 or 12474380. OLE color: 12474380.

HSL color Cylindrical-coordinate representation of color #0C58BE: hue angle of 214.38º 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 #0C58BE is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1288190-
CMYK0.940.5400.25
HSL214.38º88.12%39.61%-
HSV(B)214.38º93.68%74.51%-
XYZ12.9410.7850.11-
YUV76.9191.8281.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.14%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 190 (74.61% from 255) = 65.52%
R=4.14%
G=30.34%
B=65.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12881900.940.5400.25214.3888.1239.61
HexC58BE5E36019d65828
Octal141302761366603132613050
Binary11001011000101111101011110110110011001110101101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C58BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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