#0466E0

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

Shades of Navy Blue #0466E0

Tints of Navy Blue #0466E0

Color information

#0466E0 (or 0x0466E0) is unknown color: approx Navy Blue. HEX triplet: 04, 66 and E0. RGB value is (4,102,224). Sum of RGB (Red+Green+Blue) = 4+102+224=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 224 (87.89% from 255 or 67.88% from 330); Max value from RGB is 224 - color contains mainly: blue. Hex color #0466E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0466E0 is #FB991F. Grayscale: #565656. Windows color (decimal): -16488736 or 14706180. OLE color: 14706180.

HSL color Cylindrical-coordinate representation of color #0466E0: hue angle of 213.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0466E0 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4102224-
CMYK0.980.5400.12
HSL213.27º96.49%44.71%-
HSV(B)213.27º98.21%87.84%-
XYZ18.2614.9172.44-
YUV86.61205.5369.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.21%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 224 (87.89% from 255) = 67.88%
R=1.21%
G=30.91%
B=67.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal41022240.980.5400.12213.2796.4944.71
Hex466E062360Cd5602d
Octal41463401426601432514055
Binary100110011011100000110001011011001100110101011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0466E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0466E0; }

 p { color: rgb(4,102,224); }

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

<style>
 a { background-color: #0466E0; }

 a { background-color: rgb(4,102,224); }

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

<style>
 span { border-color: #0466E0; }

 span { border-color: rgb(4,102,224); }

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