Html Css Color HEX #040170 Navy

📋 copy color: '#040170'

red 4 ◦ green 1 ◦ blue 112

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

Shades of Navy #040170

Tints of Navy #040170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 95.73%

R = 3.42%
G = 0.85%
B = 95.73%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#040170 (or 0x040170) is known color: Navy. HEX triplet: 04, 01 and 70. RGB value is (4,1,112). Sum of RGB (Red+Green+Blue) = 4+1+112=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 112 (44.14% from 255 or 95.73% from 117); Max value from RGB is 112 - color contains mainly: blue. Hex color #040170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040170 is #FBFE8F. Grayscale: #0E0E0E. Windows color (decimal): -16514704 or 7340292. OLE color: 7340292.

HSL color Cylindrical-coordinate representation of color #040170: hue angle of 241.62º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #040170 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 1 112 -
CMYK 0.96 0.99 0 0.56
HSL 241.62º 0.98% 0.22% -
HSV(B) 241.62º 0.99% 0.44% -
XYZ 2.99 1.22 15.41 -
YUV 14.55 182.99 120.47 -
System Red Green Blue C M Y K H S L
Decimal 4 1 112 0.96 0.99 0 0.56 241.62 0.98 0.22
Hex 4 1 70 60 63 0 38 F2 62 16
Octal 4 1 160 140 143 0 70 362 142 26
Binary 100 1 1110000 1100000 1100011 0 111000 11110010 1100010 10110

Color Harmonies of #040170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040170

Black with #040170

Text Example


Text Example

White with #040170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040170; }

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

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

background-color css

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

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

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

border-color css

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

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

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