Html Css Color HEX #040675 Navy

📋 copy color: '#040675'

red 4 ◦ green 6 ◦ blue 117

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

Shades of Navy #040675

Tints of Navy #040675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.72%

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

R = 3.15%
G = 4.72%
B = 92.13%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#040675 (or 0x040675) is known color: Navy. HEX triplet: 04, 06 and 75. RGB value is (4,6,117). Sum of RGB (Red+Green+Blue) = 4+6+117=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 117 (46.09% from 255 or 92.13% from 127); Max value from RGB is 117 - color contains mainly: blue. Hex color #040675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040675 is #FBF98A. Grayscale: #111111. Windows color (decimal): -16513419 or 7669252. OLE color: 7669252.

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

Color convert

RGB 4 6 117 -
CMYK 0.97 0.95 0 0.54
HSL 238.94º 0.93% 0.24% -
HSV(B) 238.94º 0.97% 0.46% -
XYZ 3.33 1.44 16.93 -
YUV 18.06 183.84 117.97 -
System Red Green Blue C M Y K H S L
Decimal 4 6 117 0.97 0.95 0 0.54 238.94 0.93 0.24
Hex 4 6 75 61 5F 0 36 EF 5D 18
Octal 4 6 165 141 137 0 66 357 135 30
Binary 100 110 1110101 1100001 1011111 0 110110 11101111 1011101 11000

Color Harmonies of #040675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040675

Black with #040675

Text Example


Text Example

White with #040675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040675; }

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

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

background-color css

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

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

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

border-color css

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

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

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