#0A4FDA

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

Shades of Navy Blue #0A4FDA

Tints of Navy Blue #0A4FDA

Color information

#0A4FDA (or 0x0A4FDA) is unknown color: approx Navy Blue. HEX triplet: 0A, 4F and DA. RGB value is (10,79,218). Sum of RGB (Red+Green+Blue) = 10+79+218=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A4FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4FDA is #F5B025. Grayscale: #494949. Windows color (decimal): -16101414 or 14307082. OLE color: 14307082.

HSL color Cylindrical-coordinate representation of color #0A4FDA: hue angle of 220.1º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4FDA is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1079218-
CMYK0.950.6400.15
HSL220.1º91.23%44.71%-
HSV(B)220.1º95.41%85.49%-
XYZ15.5810.7267.58-
YUV74.22209.1482.2-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.26%
GREEN value IS 79 (31.25% from 255) = 25.73%
BLUE value IS 218 (85.55% from 255) = 71.01%
R=3.26%
G=25.73%
B=71.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal10792180.950.6400.15220.191.2344.71
HexA4FDA5F400Fdc5b2d
Octal1211733213710001733413355
Binary10101001111110110101011111100000001111110111001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,79,218); }

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

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

 a { background-color: rgb(10,79,218); }

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

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

 span { border-color: rgb(10,79,218); }

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