#0562B7

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

Shades of Denim #0562B7

Tints of Denim #0562B7

Color information

#0562B7 (or 0x0562B7) is unknown color: approx Denim. HEX triplet: 05, 62 and B7. RGB value is (5,98,183). Sum of RGB (Red+Green+Blue) = 5+98+183=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 183 (71.88% from 255 or 63.99% from 286); Max value from RGB is 183 - color contains mainly: blue. Hex color #0562B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0562B7 is #FA9D48. Grayscale: #4F4F4F. Windows color (decimal): -16424265 or 12018181. OLE color: 12018181.

HSL color Cylindrical-coordinate representation of color #0562B7: hue angle of 208.65º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0562B7 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB598183-
CMYK0.970.4600.28
HSL208.65º94.68%36.86%-
HSV(B)208.65º97.27%71.76%-
XYZ12.9812.1946.47-
YUV79.88186.1974.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 183 (71.88% from 255) = 63.99%
R=1.75%
G=34.27%
B=63.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal5981830.970.4600.28208.6594.6836.86
Hex562B7612E01Cd15f25
Octal51422671415603432113745
Binary1011100010101101111100001101110011100110100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0562B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0562B7; }

 p { color: rgb(5,98,183); }

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

<style>
 a { background-color: #0562B7; }

 a { background-color: rgb(5,98,183); }

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

<style>
 span { border-color: #0562B7; }

 span { border-color: rgb(5,98,183); }

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