Html Css Color HEX #040070 Navy

📋 copy color: '#040070'

red 4 ◦ green 0 ◦ blue 112

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

Shades of Navy #040070

Tints of Navy #040070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 3.45%
G = 0%
B = 96.55%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#040070 (or 0x040070) is known color: Navy. HEX triplet: 04, 00 and 70. RGB value is (4,0,112). Sum of RGB (Red+Green+Blue) = 4+0+112=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 112 (44.14% from 255 or 96.55% from 116); Max value from RGB is 112 - color contains mainly: blue. Hex color #040070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040070 is #FBFF8F. Grayscale: #0D0D0D. Windows color (decimal): -16514960 or 7340036. OLE color: 7340036.

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

Color convert

RGB 4 0 112 -
CMYK 0.96 1 0 0.56
HSL 242.14º 1% 0.22% -
HSV(B) 242.14º 1% 0.44% -
XYZ 2.97 1.2 15.4 -
YUV 13.96 183.33 120.89 -
System Red Green Blue C M Y K H S L
Decimal 4 0 112 0.96 1 0 0.56 242.14 1 0.22
Hex 4 0 70 60 64 0 38 F2 64 16
Octal 4 0 160 140 144 0 70 362 144 26
Binary 100 0 1110000 1100000 1100100 0 111000 11110010 1100100 10110

Color Harmonies of #040070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040070

Black with #040070

Text Example


Text Example

White with #040070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040070; }

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

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

background-color css

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

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

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

border-color css

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

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

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