Html Css Color HEX #010471 Navy

📋 copy color: '#010471'

red 1 ◦ green 4 ◦ blue 113

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

Shades of Navy #010471

Tints of Navy #010471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.39%

 BLUE value IS 113 (44.53% from 255) = 95.76%

R = 0.85%
G = 3.39%
B = 95.76%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010471 (or 0x010471) is known color: Navy. HEX triplet: 01, 04 and 71. RGB value is (1,4,113). Sum of RGB (Red+Green+Blue) = 1+4+113=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 113 (44.53% from 255 or 95.76% from 118); Max value from RGB is 113 - color contains mainly: blue. Hex color #010471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010471 is #FEFB8E. Grayscale: #0F0F0F. Windows color (decimal): -16710543 or 7406593. OLE color: 7406593.

HSL color Cylindrical-coordinate representation of color #010471: hue angle of 238.39º 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 #010471 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 4 113 -
CMYK 0.99 0.96 0 0.56
HSL 238.39º 0.98% 0.22% -
HSV(B) 238.39º 0.99% 0.44% -
XYZ 3.04 1.29 15.71 -
YUV 15.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 1 4 113 0.99 0.96 0 0.56 238.39 0.98 0.22
Hex 1 4 71 63 60 0 38 EE 62 16
Octal 1 4 161 143 140 0 70 356 142 26
Binary 1 100 1110001 1100011 1100000 0 111000 11101110 1100010 10110

Color Harmonies of #010471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010471

Black with #010471

Text Example


Text Example

White with #010471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010471; }

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

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

background-color css

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

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

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

border-color css

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

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

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