Html Css Color HEX #04016A Navy

📋 copy color: '#04016A'

red 4 ◦ green 1 ◦ blue 106

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

Shades of Navy #04016A

Tints of Navy #04016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 95.5%

R = 3.6%
G = 0.9%
B = 95.5%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04016A (or 0x04016A) is known color: Navy. HEX triplet: 04, 01 and 6A. RGB value is (4,1,106). Sum of RGB (Red+Green+Blue) = 4+1+106=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 106 (41.80% from 255 or 95.50% from 111); Max value from RGB is 106 - color contains mainly: blue. Hex color #04016A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04016A is #FBFE95. Grayscale: #0D0D0D. Windows color (decimal): -16514710 or 6947076. OLE color: 6947076.

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

Color convert

RGB 4 1 106 -
CMYK 0.96 0.99 0 0.58
HSL 241.71º 0.98% 0.21% -
HSV(B) 241.71º 0.99% 0.42% -
XYZ 2.66 1.09 13.71 -
YUV 13.87 179.99 120.96 -
System Red Green Blue C M Y K H S L
Decimal 4 1 106 0.96 0.99 0 0.58 241.71 0.98 0.21
Hex 4 1 6A 60 63 0 3A F2 62 15
Octal 4 1 152 140 143 0 72 362 142 25
Binary 100 1 1101010 1100000 1100011 0 111010 11110010 1100010 10101

Color Harmonies of #04016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04016A

Black with #04016A

Text Example


Text Example

White with #04016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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