#040267

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

Shades of Navy #040267

Tints of Navy #040267

Color information

#040267 (or 0x040267) is unknown color: approx Navy. HEX triplet: 04, 02 and 67. RGB value is (4,2,103). Sum of RGB (Red+Green+Blue) = 4+2+103=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 103 (40.62% from 255 or 94.50% from 109); Max value from RGB is 103 - color contains mainly: blue. Hex color #040267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040267 is #FBFD98. Grayscale: #0D0D0D. Windows color (decimal): -16514457 or 6750724. OLE color: 6750724.

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

Color convert

RGB42103-
CMYK0.960.9800.60
HSL241.19º96.19%20.59%-
HSV(B)241.19º98.06%40.39%-
XYZ2.521.0512.9-
YUV14.11178.16120.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.67%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 103 (40.62% from 255) = 94.50%
R=3.67%
G=1.83%
B=94.50%

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
Decimal421030.960.9800.60241.1996.1920.59
Hex4267606203Cf16015
Octal4214714014207436114025
Binary10010110011111000001100010011110011110001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040267; }

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

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

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

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

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

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

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

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