#0A62E7

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

Shades of Navy Blue #0A62E7

Tints of Navy Blue #0A62E7

Color information

#0A62E7 (or 0x0A62E7) is unknown color: approx Navy Blue. HEX triplet: 0A, 62 and E7. RGB value is (10,98,231). Sum of RGB (Red+Green+Blue) = 10+98+231=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 231 (90.62% from 255 or 68.14% from 339); Max value from RGB is 231 - color contains mainly: blue. Hex color #0A62E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A62E7 is #F59D18. Grayscale: #565656. Windows color (decimal): -16096537 or 15163914. OLE color: 15163914.

HSL color Cylindrical-coordinate representation of color #0A62E7: hue angle of 216.11º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A62E7 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1098231-
CMYK0.960.5800.09
HSL216.11º91.7%47.25%-
HSV(B)216.11º95.67%90.59%-
XYZ18.9214.5777.42-
YUV86.85209.3573.19-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.95%
GREEN value IS 98 (38.67% from 255) = 28.91%
BLUE value IS 231 (90.62% from 255) = 68.14%
R=2.95%
G=28.91%
B=68.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal10982310.960.5800.09216.1191.747.25
HexA62E7603A09d85c2f
Octal121423471407201133013457
Binary1010110001011100111110000011101001001110110001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A62E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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