#0A47FE

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

Shades of Navy Blue #0A47FE

Tints of Navy Blue #0A47FE

Color information

#0A47FE (or 0x0A47FE) is unknown color: approx Navy Blue. HEX triplet: 0A, 47 and FE. RGB value is (10,71,254). Sum of RGB (Red+Green+Blue) = 10+71+254=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #0A47FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0A47FE is #F5B801. Grayscale: #484848. Windows color (decimal): -16103426 or 16664330. OLE color: 16664330.

HSL color Cylindrical-coordinate representation of color #0A47FE: hue angle of 225º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A47FE is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1071254-
CMYK0.960.7200.00
HSL225º99.19%51.76%-
HSV(B)225º96.06%99.61%-
XYZ20.2711.7394.96-
YUV73.62229.7982.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.99%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 254 (99.61% from 255) = 75.82%
R=2.99%
G=21.19%
B=75.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal10712540.960.7200.0022599.1951.76
HexA47FE604800e16334
Octal121073761401100034114364
Binary10101000111111111101100000100100000111000011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A47FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,71,254); }

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

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

 a { background-color: rgb(10,71,254); }

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

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

 span { border-color: rgb(10,71,254); }

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