Html Css Color HEX #040075 Navy

📋 copy color: '#040075'

red 4 ◦ green 0 ◦ blue 117

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

Shades of Navy #040075

Tints of Navy #040075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 117 (46.09% from 255) = 96.69%

R = 3.31%
G = 0%
B = 96.69%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#040075 (or 0x040075) is known color: Navy. HEX triplet: 04, 00 and 75. RGB value is (4,0,117). Sum of RGB (Red+Green+Blue) = 4+0+117=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 117 (46.09% from 255 or 96.69% from 121); Max value from RGB is 117 - color contains mainly: blue. Hex color #040075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040075 is #FBFF8A. Grayscale: #0E0E0E. Windows color (decimal): -16514955 or 7667716. OLE color: 7667716.

HSL color Cylindrical-coordinate representation of color #040075: hue angle of 242.05º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040075 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 0 117 -
CMYK 0.97 1 0 0.54
HSL 242.05º 1% 0.23% -
HSV(B) 242.05º 1% 0.46% -
XYZ 3.26 1.31 16.91 -
YUV 14.53 185.83 120.49 -
System Red Green Blue C M Y K H S L
Decimal 4 0 117 0.97 1 0 0.54 242.05 1 0.23
Hex 4 0 75 61 64 0 36 F2 64 17
Octal 4 0 165 141 144 0 66 362 144 27
Binary 100 0 1110101 1100001 1100100 0 110110 11110010 1100100 10111

Color Harmonies of #040075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040075

Black with #040075

Text Example


Text Example

White with #040075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040075; }

 p { color: rgb(4,0,117); }

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

background-color css

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

 a { background-color: rgb(4,0,117); }

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

border-color css

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

 span { border-color: rgb(4,0,117); }

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