#040265

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

Shades of Navy #040265

Tints of Navy #040265

Color information

#040265 (or 0x040265) is unknown color: approx Navy. HEX triplet: 04, 02 and 65. RGB value is (4,2,101). Sum of RGB (Red+Green+Blue) = 4+2+101=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 101 (39.84% from 255 or 94.39% from 107); Max value from RGB is 101 - color contains mainly: blue. Hex color #040265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040265 is #FBFD9A. Grayscale: #0D0D0D. Windows color (decimal): -16514459 or 6619652. OLE color: 6619652.

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

Color convert

RGB42101-
CMYK0.960.9800.60
HSL241.21º96.12%20.2%-
HSV(B)241.21º98.02%39.61%-
XYZ2.421.0112.38-
YUV13.88177.16120.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 101 (39.84% from 255) = 94.39%
R=3.74%
G=1.87%
B=94.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal421010.960.9800.60241.2196.1220.2
Hex4265606203Cf16014
Octal4214514014207436114024
Binary10010110010111000001100010011110011110001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040265; }

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

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

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

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

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

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

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

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