#0A4AD7

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

Shades of Navy Blue #0A4AD7

Tints of Navy Blue #0A4AD7

Color information

#0A4AD7 (or 0x0A4AD7) is unknown color: approx Navy Blue. HEX triplet: 0A, 4A and D7. RGB value is (10,74,215). Sum of RGB (Red+Green+Blue) = 10+74+215=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 215 (84.38% from 255 or 71.91% from 299); Max value from RGB is 215 - color contains mainly: blue. Hex color #0A4AD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A4AD7 is #F5B528. Grayscale: #464646. Windows color (decimal): -16102697 or 14109194. OLE color: 14109194.

HSL color Cylindrical-coordinate representation of color #0A4AD7: hue angle of 221.27º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4AD7 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1074215-
CMYK0.950.6600.16
HSL221.27º91.11%44.12%-
HSV(B)221.27º95.35%84.31%-
XYZ14.849.8765.41-
YUV70.94209.384.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.34%
GREEN value IS 74 (29.30% from 255) = 24.75%
BLUE value IS 215 (84.38% from 255) = 71.91%
R=3.34%
G=24.75%
B=71.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal10742150.950.6600.16221.2791.1144.12
HexA4AD75F42010dd5b2c
Octal1211232713710202033513354
Binary101010010101101011110111111000010010000110111011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,74,215); }

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

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

 a { background-color: rgb(10,74,215); }

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

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

 span { border-color: rgb(10,74,215); }

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