#040268

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

Shades of Navy #040268

Tints of Navy #040268

Color information

#040268 (or 0x040268) is unknown color: approx Navy. HEX triplet: 04, 02 and 68. RGB value is (4,2,104). Sum of RGB (Red+Green+Blue) = 4+2+104=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 104 (41.02% from 255 or 94.55% from 110); Max value from RGB is 104 - color contains mainly: blue. Hex color #040268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040268 is #FBFD97. Grayscale: #0D0D0D. Windows color (decimal): -16514456 or 6816260. OLE color: 6816260.

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

Color convert

RGB42104-
CMYK0.960.9800.59
HSL241.18º96.23%20.78%-
HSV(B)241.18º98.08%40.78%-
XYZ2.571.0713.17-
YUV14.23178.66120.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.64%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 104 (41.02% from 255) = 94.55%
R=3.64%
G=1.82%
B=94.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal421040.960.9800.59241.1896.2320.78
Hex4268606203Bf16015
Octal4215014014207336114025
Binary10010110100011000001100010011101111110001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040268; }

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

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

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

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

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

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

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

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