#00046E

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

Shades of Navy #00046E

Tints of Navy #00046E

Color information

#00046E (or 0x00046E) is unknown color: approx Navy. HEX triplet: 00, 04 and 6E. RGB value is (0,4,110). Sum of RGB (Red+Green+Blue) = 0+4+110=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 110 (43.36% from 255 or 96.49% from 114); Max value from RGB is 110 - color contains mainly: blue. Hex color #00046E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00046E is #FFFB91. Grayscale: #0E0E0E. Windows color (decimal): -16776082 or 7209984. OLE color: 7209984.

HSL color Cylindrical-coordinate representation of color #00046E: hue angle of 237.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00046E is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB04110-
CMYK10.9600.57
HSL237.82º100%21.57%-
HSV(B)237.82º100%43.14%-
XYZ2.861.2114.84-
YUV14.89181.67117.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 110 (43.36% from 255) = 96.49%
R=0%
G=3.51%
B=96.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal0411010.9600.57237.8210021.57
Hex046E6460039ee6416
Octal0415614414007135614426
Binary0100110111011001001100000011100111101110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00046E; }

 p { color: rgb(0,4,110); }

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

<style>
 a { background-color: #00046E; }

 a { background-color: rgb(0,4,110); }

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

<style>
 span { border-color: #00046E; }

 span { border-color: rgb(0,4,110); }

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