#040275

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

Shades of Navy #040275

Tints of Navy #040275

Color information

#040275 (or 0x040275) is unknown color: approx Navy. HEX triplet: 04, 02 and 75. RGB value is (4,2,117). Sum of RGB (Red+Green+Blue) = 4+2+117=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 117 (46.09% from 255 or 95.12% from 123); Max value from RGB is 117 - color contains mainly: blue. Hex color #040275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040275 is #FBFD8A. Grayscale: #0F0F0F. Windows color (decimal): -16514443 or 7668228. OLE color: 7668228.

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

Color convert

RGB42117-
CMYK0.970.9800.54
HSL241.04º96.64%23.33%-
HSV(B)241.04º98.29%45.88%-
XYZ3.281.3516.92-
YUV15.71185.16119.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.25%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 117 (46.09% from 255) = 95.12%
R=3.25%
G=1.63%
B=95.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal421170.970.9800.54241.0496.6423.33
Hex42756162036f16117
Octal4216514114206636114127
Binary10010111010111000011100010011011011110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040275; }

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

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

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

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

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

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

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

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