#0A62A5

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

Shades of Denim #0A62A5

Tints of Denim #0A62A5

Color information

#0A62A5 (or 0x0A62A5) is unknown color: approx Denim. HEX triplet: 0A, 62 and A5. RGB value is (10,98,165). Sum of RGB (Red+Green+Blue) = 10+98+165=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 165 (64.84% from 255 or 60.44% from 273); Max value from RGB is 165 - color contains mainly: blue. Hex color #0A62A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A62A5 is #F59D5A. Grayscale: #4E4E4E. Windows color (decimal): -16096603 or 10838538. OLE color: 10838538.

HSL color Cylindrical-coordinate representation of color #0A62A5: hue angle of 205.94º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A62A5 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1098165-
CMYK0.940.4100.35
HSL205.94º88.57%34.31%-
HSV(B)205.94º93.94%64.71%-
XYZ11.2811.5237.23-
YUV79.33176.3578.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.66%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 165 (64.84% from 255) = 60.44%
R=3.66%
G=35.90%
B=60.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10981650.940.4100.35205.9488.5734.31
HexA62A55E29023ce5922
Octal121422451365104331613142
Binary101011000101010010110111101010010100011110011101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A62A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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