Html Css Color HEX #040375 Navy

📋 copy color: '#040375'

red 4 ◦ green 3 ◦ blue 117

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

Shades of Navy #040375

Tints of Navy #040375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.42%

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

R = 3.23%
G = 2.42%
B = 94.35%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#040375 (or 0x040375) is known color: Navy. HEX triplet: 04, 03 and 75. RGB value is (4,3,117). Sum of RGB (Red+Green+Blue) = 4+3+117=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 117 (46.09% from 255 or 94.35% from 124); Max value from RGB is 117 - color contains mainly: blue. Hex color #040375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040375 is #FBFC8A. Grayscale: #0F0F0F. Windows color (decimal): -16514187 or 7668484. OLE color: 7668484.

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

Color convert

RGB 4 3 117 -
CMYK 0.97 0.97 0 0.54
HSL 240.53º 0.95% 0.24% -
HSV(B) 240.53º 0.97% 0.46% -
XYZ 3.29 1.38 16.92 -
YUV 16.3 184.83 119.23 -
System Red Green Blue C M Y K H S L
Decimal 4 3 117 0.97 0.97 0 0.54 240.53 0.95 0.24
Hex 4 3 75 61 61 0 36 F1 5F 18
Octal 4 3 165 141 141 0 66 361 137 30
Binary 100 11 1110101 1100001 1100001 0 110110 11110001 1011111 11000

Color Harmonies of #040375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040375

Black with #040375

Text Example


Text Example

White with #040375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040375; }

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

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

background-color css

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

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

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

border-color css

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

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

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