Html Css Color HEX #01017A Navy

📋 copy color: '#01017A'

red 1 ◦ green 1 ◦ blue 122

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

Shades of Navy #01017A

Tints of Navy #01017A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 122 (48.05% from 255) = 98.39%

R = 0.81%
G = 0.81%
B = 98.39%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01017A (or 0x01017A) is known color: Navy. HEX triplet: 01, 01 and 7A. RGB value is (1,1,122). Sum of RGB (Red+Green+Blue) = 1+1+122=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 122 (48.05% from 255 or 98.39% from 124); Max value from RGB is 122 - color contains mainly: blue. Hex color #01017A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01017A is #FEFE85. Grayscale: #0E0E0E. Windows color (decimal): -16711302 or 7995649. OLE color: 7995649.

HSL color Cylindrical-coordinate representation of color #01017A: hue angle of 240º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01017A is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 1 122 -
CMYK 0.99 0.99 0 0.52
HSL 240º 0.98% 0.24% -
HSV(B) 240º 0.99% 0.48% -
XYZ 3.54 1.43 18.5 -
YUV 14.79 188.5 118.16 -
System Red Green Blue C M Y K H S L
Decimal 1 1 122 0.99 0.99 0 0.52 240 0.98 0.24
Hex 1 1 7A 63 63 0 34 F0 62 18
Octal 1 1 172 143 143 0 64 360 142 30
Binary 1 1 1111010 1100011 1100011 0 110100 11110000 1100010 11000

Color Harmonies of #01017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01017A

Black with #01017A

Text Example


Text Example

White with #01017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01017A; }

 p { color: rgb(1,1,122); }

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

background-color css

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

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

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

border-color css

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

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

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