#0A4DEE

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

Shades of Navy Blue #0A4DEE

Tints of Navy Blue #0A4DEE

Color information

#0A4DEE (or 0x0A4DEE) is unknown color: approx Navy Blue. HEX triplet: 0A, 4D and EE. RGB value is (10,77,238). Sum of RGB (Red+Green+Blue) = 10+77+238=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 238 (93.36% from 255 or 73.23% from 325); Max value from RGB is 238 - color contains mainly: blue. Hex color #0A4DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A4DEE is #F5B211. Grayscale: #4A4A4A. Windows color (decimal): -16101906 or 15617290. OLE color: 15617290.

HSL color Cylindrical-coordinate representation of color #0A4DEE: hue angle of 222.37º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A4DEE is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1077238-
CMYK0.960.6800.07
HSL222.37º91.94%48.63%-
HSV(B)222.37º95.8%93.33%-
XYZ18.2111.5582.16-
YUV75.32219.881.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.08%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 238 (93.36% from 255) = 73.23%
R=3.08%
G=23.69%
B=73.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal10772380.960.6800.07222.3791.9448.63
HexA4DEE604407de5c31
Octal121153561401040733613461
Binary1010100110111101110110000010001000111110111101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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