#0A71BE

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

Shades of Navy Blue #0A71BE

Tints of Navy Blue #0A71BE

Color information

#0A71BE (or 0x0A71BE) is unknown color: approx Navy Blue. HEX triplet: 0A, 71 and BE. RGB value is (10,113,190). Sum of RGB (Red+Green+Blue) = 10+113+190=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A71BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A71BE is #F58E41. Grayscale: #5A5A5A. Windows color (decimal): -16092738 or 12480778. OLE color: 12480778.

HSL color Cylindrical-coordinate representation of color #0A71BE: hue angle of 205.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A71BE is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10113190-
CMYK0.950.4100.25
HSL205.67º90%39.22%-
HSV(B)205.67º94.74%74.51%-
XYZ15.3215.5950.92-
YUV90.98183.8870.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.19%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 190 (74.61% from 255) = 60.70%
R=3.19%
G=36.10%
B=60.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101131900.950.4100.25205.679039.22
HexA71BE5F29019ce5a27
Octal121612761375103131613247
Binary10101110001101111101011111101001011001110011101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,113,190); }

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

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

 a { background-color: rgb(10,113,190); }

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

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

 span { border-color: rgb(10,113,190); }

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