Html Css Color HEX #010373 Navy

📋 copy color: '#010373'

red 1 ◦ green 3 ◦ blue 115

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

Shades of Navy #010373

Tints of Navy #010373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 96.64%

R = 0.84%
G = 2.52%
B = 96.64%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#010373 (or 0x010373) is known color: Navy. HEX triplet: 01, 03 and 73. RGB value is (1,3,115). Sum of RGB (Red+Green+Blue) = 1+3+115=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 115 (45.31% from 255 or 96.64% from 119); Max value from RGB is 115 - color contains mainly: blue. Hex color #010373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010373 is #FEFC8C. Grayscale: #0E0E0E. Windows color (decimal): -16710797 or 7537409. OLE color: 7537409.

HSL color Cylindrical-coordinate representation of color #010373: hue angle of 238.95º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010373 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 3 115 -
CMYK 0.99 0.97 0 0.55
HSL 238.95º 0.98% 0.23% -
HSV(B) 238.95º 0.99% 0.45% -
XYZ 3.14 1.31 16.31 -
YUV 15.17 184.34 117.89 -
System Red Green Blue C M Y K H S L
Decimal 1 3 115 0.99 0.97 0 0.55 238.95 0.98 0.23
Hex 1 3 73 63 61 0 37 EF 62 17
Octal 1 3 163 143 141 0 67 357 142 27
Binary 1 11 1110011 1100011 1100001 0 110111 11101111 1100010 10111

Color Harmonies of #010373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010373

Black with #010373

Text Example


Text Example

White with #010373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010373; }

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

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

background-color css

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

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

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

border-color css

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

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

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