Html Css Color HEX #040975 Navy

📋 copy color: '#040975'

red 4 ◦ green 9 ◦ blue 117

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

Shades of Navy #040975

Tints of Navy #040975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.92%

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

R = 3.08%
G = 6.92%
B = 90%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#040975 (or 0x040975) is known color: Navy. HEX triplet: 04, 09 and 75. RGB value is (4,9,117). Sum of RGB (Red+Green+Blue) = 4+9+117=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 117 (46.09% from 255 or 90% from 130); Max value from RGB is 117 - color contains mainly: blue. Hex color #040975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040975 is #FBF68A. Grayscale: #131313. Windows color (decimal): -16512651 or 7670020. OLE color: 7670020.

HSL color Cylindrical-coordinate representation of color #040975: hue angle of 237.35º degrees, saturation: 0.93, 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 #040975 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 9 117 -
CMYK 0.97 0.92 0 0.54
HSL 237.35º 0.93% 0.24% -
HSV(B) 237.35º 0.97% 0.46% -
XYZ 3.36 1.51 16.94 -
YUV 19.82 182.84 116.72 -
System Red Green Blue C M Y K H S L
Decimal 4 9 117 0.97 0.92 0 0.54 237.35 0.93 0.24
Hex 4 9 75 61 5C 0 36 ED 5D 18
Octal 4 11 165 141 134 0 66 355 135 30
Binary 100 1001 1110101 1100001 1011100 0 110110 11101101 1011101 11000

Color Harmonies of #040975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040975

Black with #040975

Text Example


Text Example

White with #040975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040975; }

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

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

background-color css

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

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

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

border-color css

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

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

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