#0A4DDB

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

Shades of Navy Blue #0A4DDB

Tints of Navy Blue #0A4DDB

Color information

#0A4DDB (or 0x0A4DDB) is unknown color: approx Navy Blue. HEX triplet: 0A, 4D and DB. RGB value is (10,77,219). Sum of RGB (Red+Green+Blue) = 10+77+219=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A4DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4DDB is #F5B224. Grayscale: #484848. Windows color (decimal): -16101925 or 14372106. OLE color: 14372106.

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

Color convert

RGB1077219-
CMYK0.950.6500.14
HSL220.77º91.27%44.9%-
HSV(B)220.77º95.43%85.88%-
XYZ15.5710.4968.22-
YUV73.16210.382.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.27%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 219 (85.94% from 255) = 71.57%
R=3.27%
G=25.16%
B=71.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal10772190.950.6500.14220.7791.2744.9
HexA4DDB5F410Edd5b2d
Octal1211533313710101633513355
Binary10101001101110110111011111100000101110110111011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,77,219); }

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

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

 a { background-color: rgb(10,77,219); }

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

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

 span { border-color: rgb(10,77,219); }

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