#00046D

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

Shades of Navy #00046D

Tints of Navy #00046D

Color information

#00046D (or 0x00046D) is unknown color: approx Navy. HEX triplet: 00, 04 and 6D. RGB value is (0,4,109). Sum of RGB (Red+Green+Blue) = 0+4+109=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 109 (42.97% from 255 or 96.46% from 113); Max value from RGB is 109 - color contains mainly: blue. Hex color #00046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00046D is #FFFB92. Grayscale: #0E0E0E. Windows color (decimal): -16776083 or 7144448. OLE color: 7144448.

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

Color convert

RGB04109-
CMYK10.9600.57
HSL237.8º100%21.37%-
HSV(B)237.8º100%42.75%-
XYZ2.81.1914.55-
YUV14.77181.17117.46-

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.54%
BLUE value IS 109 (42.97% from 255) = 96.46%
R=0%
G=3.54%
B=96.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal0410910.9600.57237.810021.37
Hex046D6460039ee6415
Octal0415514414007135614425
Binary0100110110111001001100000011100111101110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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