Html Css Color HEX #040173 Navy

📋 copy color: '#040173'

red 4 ◦ green 1 ◦ blue 115

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

Shades of Navy #040173

Tints of Navy #040173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

 BLUE value IS 115 (45.31% from 255) = 95.83%

R = 3.33%
G = 0.83%
B = 95.83%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#040173 (or 0x040173) is known color: Navy. HEX triplet: 04, 01 and 73. RGB value is (4,1,115). Sum of RGB (Red+Green+Blue) = 4+1+115=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 115 (45.31% from 255 or 95.83% from 120); Max value from RGB is 115 - color contains mainly: blue. Hex color #040173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040173 is #FBFE8C. Grayscale: #0E0E0E. Windows color (decimal): -16514701 or 7536900. OLE color: 7536900.

HSL color Cylindrical-coordinate representation of color #040173: hue angle of 241.58º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #040173 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 1 115 -
CMYK 0.97 0.99 0 0.55
HSL 241.58º 0.98% 0.23% -
HSV(B) 241.58º 0.99% 0.45% -
XYZ 3.16 1.29 16.3 -
YUV 14.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 4 1 115 0.97 0.99 0 0.55 241.58 0.98 0.23
Hex 4 1 73 61 63 0 37 F2 62 17
Octal 4 1 163 141 143 0 67 362 142 27
Binary 100 1 1110011 1100001 1100011 0 110111 11110010 1100010 10111

Color Harmonies of #040173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040173

Black with #040173

Text Example


Text Example

White with #040173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040173; }

 p { color: rgb(4,1,115); }

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

background-color css

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

 a { background-color: rgb(4,1,115); }

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

border-color css

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

 span { border-color: rgb(4,1,115); }

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