#040369

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

Shades of Navy #040369

Tints of Navy #040369

Color information

#040369 (or 0x040369) is unknown color: approx Navy. HEX triplet: 04, 03 and 69. RGB value is (4,3,105). Sum of RGB (Red+Green+Blue) = 4+3+105=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 105 (41.41% from 255 or 93.75% from 112); Max value from RGB is 105 - color contains mainly: blue. Hex color #040369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040369 is #FBFC96. Grayscale: #0E0E0E. Windows color (decimal): -16514199 or 6882052. OLE color: 6882052.

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

Color convert

RGB43105-
CMYK0.960.9700.59
HSL240.59º94.44%21.18%-
HSV(B)240.59º97.14%41.18%-
XYZ2.631.1113.44-
YUV14.93178.83120.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.57%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 105 (41.41% from 255) = 93.75%
R=3.57%
G=2.68%
B=93.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal431050.960.9700.59240.5994.4421.18
Hex4369606103Bf15e15
Octal4315114014107336113625
Binary10011110100111000001100001011101111110001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040369; }

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

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

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

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

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

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

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

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