#040274

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

Shades of Navy #040274

Tints of Navy #040274

Color information

#040274 (or 0x040274) is unknown color: approx Navy. HEX triplet: 04, 02 and 74. RGB value is (4,2,116). Sum of RGB (Red+Green+Blue) = 4+2+116=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 116 (45.70% from 255 or 95.08% from 122); Max value from RGB is 116 - color contains mainly: blue. Hex color #040274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040274 is #FBFD8B. Grayscale: #0F0F0F. Windows color (decimal): -16514444 or 7602692. OLE color: 7602692.

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

Color convert

RGB42116-
CMYK0.970.9800.55
HSL241.05º96.61%23.14%-
HSV(B)241.05º98.28%45.49%-
XYZ3.221.3316.61-
YUV15.59184.66119.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.28%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 116 (45.70% from 255) = 95.08%
R=3.28%
G=1.64%
B=95.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal421160.970.9800.55241.0596.6123.14
Hex42746162037f16117
Octal4216414114206736114127
Binary10010111010011000011100010011011111110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040274; }

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

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

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

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

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

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

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

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