#0C58B8

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

Shades of Denim #0C58B8

Tints of Denim #0C58B8

Color information

#0C58B8 (or 0x0C58B8) is unknown color: approx Denim. HEX triplet: 0C, 58 and B8. RGB value is (12,88,184). Sum of RGB (Red+Green+Blue) = 12+88+184=284 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.23% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 184 (72.27% from 255 or 64.79% from 284); Max value from RGB is 184 - color contains mainly: blue. Hex color #0C58B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C58B8 is #F3A747. Grayscale: #4B4B4B. Windows color (decimal): -15968072 or 12081164. OLE color: 12081164.

HSL color Cylindrical-coordinate representation of color #0C58B8: hue angle of 213.49º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C58B8 is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1288184-
CMYK0.930.5200.28
HSL213.49º87.76%38.43%-
HSV(B)213.49º93.48%72.16%-
XYZ12.2910.5246.73-
YUV76.22188.8282.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.23%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 184 (72.27% from 255) = 64.79%
R=4.23%
G=30.99%
B=64.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12881840.930.5200.28213.4987.7638.43
HexC58B85D3401Cd55826
Octal141302701356403432513046
Binary11001011000101110001011101110100011100110101011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C58B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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