Html Css Color HEX #010371 Navy

📋 copy color: '#010371'

red 1 ◦ green 3 ◦ blue 113

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

Shades of Navy #010371

Tints of Navy #010371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.56%

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

R = 0.85%
G = 2.56%
B = 96.58%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#010371 (or 0x010371) is known color: Navy. HEX triplet: 01, 03 and 71. RGB value is (1,3,113). Sum of RGB (Red+Green+Blue) = 1+3+113=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 113 (44.53% from 255 or 96.58% from 117); Max value from RGB is 113 - color contains mainly: blue. Hex color #010371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010371 is #FEFC8E. Grayscale: #0E0E0E. Windows color (decimal): -16710799 or 7406337. OLE color: 7406337.

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

Color convert

RGB 1 3 113 -
CMYK 0.99 0.97 0 0.56
HSL 238.93º 0.98% 0.22% -
HSV(B) 238.93º 0.99% 0.44% -
XYZ 3.03 1.26 15.71 -
YUV 14.94 183.34 118.06 -
System Red Green Blue C M Y K H S L
Decimal 1 3 113 0.99 0.97 0 0.56 238.93 0.98 0.22
Hex 1 3 71 63 61 0 38 EF 62 16
Octal 1 3 161 143 141 0 70 357 142 26
Binary 1 11 1110001 1100011 1100001 0 111000 11101111 1100010 10110

Color Harmonies of #010371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010371

Black with #010371

Text Example


Text Example

White with #010371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010371; }

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

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

background-color css

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

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

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

border-color css

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

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

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