Html Css Color HEX #040768 Navy

📋 copy color: '#040768'

red 4 ◦ green 7 ◦ blue 104

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

Shades of Navy #040768

Tints of Navy #040768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 90.43%

R = 3.48%
G = 6.09%
B = 90.43%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#040768 (or 0x040768) is known color: Navy. HEX triplet: 04, 07 and 68. RGB value is (4,7,104). Sum of RGB (Red+Green+Blue) = 4+7+104=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 104 (41.02% from 255 or 90.43% from 115); Max value from RGB is 104 - color contains mainly: blue. Hex color #040768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040768 is #FBF897. Grayscale: #101010. Windows color (decimal): -16513176 or 6817540. OLE color: 6817540.

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

Color convert

RGB 4 7 104 -
CMYK 0.96 0.93 0 0.59
HSL 238.2º 0.93% 0.21% -
HSV(B) 238.2º 0.96% 0.41% -
XYZ 2.62 1.18 13.19 -
YUV 17.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 4 7 104 0.96 0.93 0 0.59 238.2 0.93 0.21
Hex 4 7 68 60 5D 0 3B EE 5D 15
Octal 4 7 150 140 135 0 73 356 135 25
Binary 100 111 1101000 1100000 1011101 0 111011 11101110 1011101 10101

Color Harmonies of #040768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040768

Black with #040768

Text Example


Text Example

White with #040768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040768; }

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

 H1.HeaderClassName
 {
   color: #040768;
 }
 .AnyTagClassName
 {
   color: #040768;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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