#040366

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

Shades of Navy #040366

Tints of Navy #040366

Color information

#040366 (or 0x040366) is unknown color: approx Navy. HEX triplet: 04, 03 and 66. RGB value is (4,3,102). Sum of RGB (Red+Green+Blue) = 4+3+102=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 102 (40.23% from 255 or 93.58% from 109); Max value from RGB is 102 - color contains mainly: blue. Hex color #040366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040366 is #FBFC99. Grayscale: #0E0E0E. Windows color (decimal): -16514202 or 6685444. OLE color: 6685444.

HSL color Cylindrical-coordinate representation of color #040366: hue angle of 240.61º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040366 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB43102-
CMYK0.960.9700.6
HSL240.61º94.29%20.59%-
HSV(B)240.61º97.06%40%-
XYZ2.481.0512.64-
YUV14.58177.33120.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.67%
GREEN value IS 3 (1.56% from 255) = 2.75%
BLUE value IS 102 (40.23% from 255) = 93.58%
R=3.67%
G=2.75%
B=93.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal431020.960.9700.6240.6194.2920.59
Hex4366606103Cf15e15
Octal4314614014107436113625
Binary10011110011011000001100001011110011110001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040366; }

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

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

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

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

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

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

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

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