#040763

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

Shades of Navy #040763

Tints of Navy #040763

Color information

#040763 (or 0x040763) is unknown color: approx Navy. HEX triplet: 04, 07 and 63. RGB value is (4,7,99). Sum of RGB (Red+Green+Blue) = 4+7+99=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 99 (39.06% from 255 or 90% from 110); Max value from RGB is 99 - color contains mainly: blue. Hex color #040763 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040763 is #FBF89C. Grayscale: #101010. Windows color (decimal): -16513181 or 6489860. OLE color: 6489860.

HSL color Cylindrical-coordinate representation of color #040763: hue angle of 238.11º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040763 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4799-
CMYK0.960.9300.61
HSL238.11º92.23%20.2%-
HSV(B)238.11º95.96%38.82%-
XYZ2.381.0811.89-
YUV16.59174.51119.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.64%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 99 (39.06% from 255) = 90%
R=3.64%
G=6.36%
B=90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal47990.960.9300.61238.1192.2320.2
Hex4763605D03Dee5c14
Octal4714314013507535613424
Binary100111110001111000001011101011110111101110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040763; }

 p { color: rgb(4,7,99); }

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

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

 a { background-color: rgb(4,7,99); }

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

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

 span { border-color: rgb(4,7,99); }

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