#0562BA

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

Shades of Denim #0562BA

Tints of Denim #0562BA

Color information

#0562BA (or 0x0562BA) is unknown color: approx Denim. HEX triplet: 05, 62 and BA. RGB value is (5,98,186). Sum of RGB (Red+Green+Blue) = 5+98+186=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #0562BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0562BA is #FA9D45. Grayscale: #4F4F4F. Windows color (decimal): -16424262 or 12214789. OLE color: 12214789.

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

Color convert

RGB598186-
CMYK0.970.4700.27
HSL209.17º94.76%37.45%-
HSV(B)209.17º97.31%72.94%-
XYZ13.2912.3148.13-
YUV80.22187.6974.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.73%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 186 (73.05% from 255) = 64.36%
R=1.73%
G=33.91%
B=64.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5981860.970.4700.27209.1794.7637.45
Hex562BA612F01Bd15f25
Octal51422721415703332113745
Binary1011100010101110101100001101111011011110100011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0562BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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