Html Css Color HEX #04016E Navy

📋 copy color: '#04016E'

red 4 ◦ green 1 ◦ blue 110

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

Shades of Navy #04016E

Tints of Navy #04016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 95.65%

R = 3.48%
G = 0.87%
B = 95.65%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04016E (or 0x04016E) is known color: Navy. HEX triplet: 04, 01 and 6E. RGB value is (4,1,110). Sum of RGB (Red+Green+Blue) = 4+1+110=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 110 (43.36% from 255 or 95.65% from 115); Max value from RGB is 110 - color contains mainly: blue. Hex color #04016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04016E is #FBFE91. Grayscale: #0D0D0D. Windows color (decimal): -16514706 or 7209220. OLE color: 7209220.

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

Color convert

RGB 4 1 110 -
CMYK 0.96 0.99 0 0.57
HSL 241.65º 0.98% 0.22% -
HSV(B) 241.65º 0.99% 0.43% -
XYZ 2.88 1.17 14.83 -
YUV 14.32 181.99 120.64 -
System Red Green Blue C M Y K H S L
Decimal 4 1 110 0.96 0.99 0 0.57 241.65 0.98 0.22
Hex 4 1 6E 60 63 0 39 F2 62 16
Octal 4 1 156 140 143 0 71 362 142 26
Binary 100 1 1101110 1100000 1100011 0 111001 11110010 1100010 10110

Color Harmonies of #04016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04016E

Black with #04016E

Text Example


Text Example

White with #04016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04016E; }

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

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

background-color css

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

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

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

border-color css

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

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

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