Html Css Color HEX #010073 Navy

📋 copy color: '#010073'

red 1 ◦ green 0 ◦ blue 115

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

Shades of Navy #010073

Tints of Navy #010073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 0.86%
G = 0%
B = 99.14%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#010073 (or 0x010073) is known color: Navy. HEX triplet: 01, 00 and 73. RGB value is (1,0,115). Sum of RGB (Red+Green+Blue) = 1+0+115=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 115 (45.31% from 255 or 99.14% from 116); Max value from RGB is 115 - color contains mainly: blue. Hex color #010073 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010073 is #FEFF8C. Grayscale: #0C0C0C. Windows color (decimal): -16711565 or 7536641. OLE color: 7536641.

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

Color convert

RGB 1 0 115 -
CMYK 0.99 1 0 0.55
HSL 240.52º 1% 0.23% -
HSV(B) 240.52º 1% 0.45% -
XYZ 3.11 1.24 16.3 -
YUV 13.41 185.33 119.15 -
System Red Green Blue C M Y K H S L
Decimal 1 0 115 0.99 1 0 0.55 240.52 1 0.23
Hex 1 0 73 63 64 0 37 F1 64 17
Octal 1 0 163 143 144 0 67 361 144 27
Binary 1 0 1110011 1100011 1100100 0 110111 11110001 1100100 10111

Color Harmonies of #010073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010073

Black with #010073

Text Example


Text Example

White with #010073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010073; }

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

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

background-color css

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

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

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

border-color css

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

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

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