Html Css Color HEX #010673 Navy

📋 copy color: '#010673'

red 1 ◦ green 6 ◦ blue 115

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

Shades of Navy #010673

Tints of Navy #010673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.92%

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

R = 0.82%
G = 4.92%
B = 94.26%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#010673 (or 0x010673) is known color: Navy. HEX triplet: 01, 06 and 73. RGB value is (1,6,115). Sum of RGB (Red+Green+Blue) = 1+6+115=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 115 (45.31% from 255 or 94.26% from 122); Max value from RGB is 115 - color contains mainly: blue. Hex color #010673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010673 is #FEF98C. Grayscale: #101010. Windows color (decimal): -16710029 or 7538177. OLE color: 7538177.

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

Color convert

RGB 1 6 115 -
CMYK 0.99 0.95 0 0.55
HSL 237.37º 0.98% 0.23% -
HSV(B) 237.37º 0.99% 0.45% -
XYZ 3.17 1.37 16.32 -
YUV 16.93 183.34 116.64 -
System Red Green Blue C M Y K H S L
Decimal 1 6 115 0.99 0.95 0 0.55 237.37 0.98 0.23
Hex 1 6 73 63 5F 0 37 ED 62 17
Octal 1 6 163 143 137 0 67 355 142 27
Binary 1 110 1110011 1100011 1011111 0 110111 11101101 1100010 10111

Color Harmonies of #010673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010673

Black with #010673

Text Example


Text Example

White with #010673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010673; }

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

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

background-color css

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

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

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

border-color css

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

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

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