#0A7EE5

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

Shades of Navy Blue #0A7EE5

Tints of Navy Blue #0A7EE5

Color information

#0A7EE5 (or 0x0A7EE5) is unknown color: approx Navy Blue. HEX triplet: 0A, 7E and E5. RGB value is (10,126,229). Sum of RGB (Red+Green+Blue) = 10+126+229=365 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.74% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 229 (89.84% from 255 or 62.74% from 365); Max value from RGB is 229 - color contains mainly: blue. Hex color #0A7EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7EE5 is #F5811A. Grayscale: #666666. Windows color (decimal): -16089371 or 15040010. OLE color: 15040010.

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

Color convert

RGB10126229-
CMYK0.960.4500.10
HSL208.22º91.63%46.86%-
HSV(B)208.22º95.63%89.8%-
XYZ21.7320.6476.97-
YUV103.06199.0761.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.74%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 229 (89.84% from 255) = 62.74%
R=2.74%
G=34.52%
B=62.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal101262290.960.4500.10208.2291.6346.86
HexA7EE5602D0Ad05c2f
Octal121763451405501232013457
Binary1010111111011100101110000010110101010110100001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,126,229); }

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

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

 a { background-color: rgb(10,126,229); }

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

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

 span { border-color: rgb(10,126,229); }

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