#0A62AE

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

Shades of Denim #0A62AE

Tints of Denim #0A62AE

Color information

#0A62AE (or 0x0A62AE) is unknown color: approx Denim. HEX triplet: 0A, 62 and AE. RGB value is (10,98,174). Sum of RGB (Red+Green+Blue) = 10+98+174=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A62AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A62AE is #F59D51. Grayscale: #4F4F4F. Windows color (decimal): -16096594 or 11428362. OLE color: 11428362.

HSL color Cylindrical-coordinate representation of color #0A62AE: hue angle of 207.8º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A62AE is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1098174-
CMYK0.940.4400.32
HSL207.8º89.13%36.08%-
HSV(B)207.8º94.25%68.24%-
XYZ12.1311.8641.69-
YUV80.35180.8577.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.55%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 174 (68.36% from 255) = 61.70%
R=3.55%
G=34.75%
B=61.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10981740.940.4400.32207.889.1336.08
HexA62AE5E2C020d05924
Octal121422561365404032013144
Binary101011000101010111010111101011000100000110100001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A62AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,98,174); }

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

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

 a { background-color: rgb(10,98,174); }

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

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

 span { border-color: rgb(10,98,174); }

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