Html Css Color HEX #040763 Navy

📋 copy color: '#040763'

red 4 ◦ green 7 ◦ blue 99

#040763
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #040763

Tints of Navy #040763

RGB

 RED value IS 4 (1.95% from 255) = 3.64%

 GREEN value IS 7 (3.13% from 255) = 6.36%

 BLUE value IS 99 (39.06% from 255) = 90%

R = 3.64%
G = 6.36%
B = 90%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#040763 (or 0x040763) is known color: 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

RGB 4 7 99 -
CMYK 0.96 0.93 0 0.61
HSL 238.11º 0.92% 0.2% -
HSV(B) 238.11º 0.96% 0.39% -
XYZ 2.38 1.08 11.89 -
YUV 16.59 174.51 119.02 -
System Red Green Blue C M Y K H S L
Decimal 4 7 99 0.96 0.93 0 0.61 238.11 0.92 0.2
Hex 4 7 63 60 5D 0 3D EE 5C 14
Octal 4 7 143 140 135 0 75 356 134 24
Binary 100 111 1100011 1100000 1011101 0 111101 11101110 1011100 10100

Color Harmonies of #040763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040763

Black with #040763

Text Example


Text Example

White with #040763

Text Example


Text Example

HTML Codes & Css Web 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>