#040675

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

Shades of Navy #040675

Tints of Navy #040675

Color information

#040675 (or 0x040675) is unknown color: approx Navy. HEX triplet: 04, 06 and 75. RGB value is (4,6,117). Sum of RGB (Red+Green+Blue) = 4+6+117=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 117 (46.09% from 255 or 92.13% from 127); Max value from RGB is 117 - color contains mainly: blue. Hex color #040675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040675 is #FBF98A. Grayscale: #111111. Windows color (decimal): -16513419 or 7669252. OLE color: 7669252.

HSL color Cylindrical-coordinate representation of color #040675: hue angle of 238.94º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040675 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB46117-
CMYK0.970.9500.54
HSL238.94º93.39%23.73%-
HSV(B)238.94º96.58%45.88%-
XYZ3.331.4416.93-
YUV18.06183.84117.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 117 (46.09% from 255) = 92.13%
R=3.15%
G=4.72%
B=92.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal461170.970.9500.54238.9493.3923.73
Hex4675615F036ef5d18
Octal4616514113706635713530
Binary100110111010111000011011111011011011101111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040675; }

 p { color: rgb(4,6,117); }

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

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

 a { background-color: rgb(4,6,117); }

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

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

 span { border-color: rgb(4,6,117); }

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