Html Css Color HEX #01027A Navy

📋 copy color: '#01027A'

red 1 ◦ green 2 ◦ blue 122

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

Shades of Navy #01027A

Tints of Navy #01027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.6%

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

R = 0.8%
G = 1.6%
B = 97.6%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01027A (or 0x01027A) is known color: Navy. HEX triplet: 01, 02 and 7A. RGB value is (1,2,122). Sum of RGB (Red+Green+Blue) = 1+2+122=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 122 (48.05% from 255 or 97.6% from 125); Max value from RGB is 122 - color contains mainly: blue. Hex color #01027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01027A is #FEFD85. Grayscale: #0E0E0E. Windows color (decimal): -16711046 or 7995905. OLE color: 7995905.

HSL color Cylindrical-coordinate representation of color #01027A: hue angle of 239.5º 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 #01027A is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 2 122 -
CMYK 0.99 0.98 0 0.52
HSL 239.5º 0.98% 0.24% -
HSV(B) 239.5º 0.99% 0.48% -
XYZ 3.55 1.46 18.51 -
YUV 15.38 188.17 117.74 -
System Red Green Blue C M Y K H S L
Decimal 1 2 122 0.99 0.98 0 0.52 239.5 0.98 0.24
Hex 1 2 7A 63 62 0 34 F0 62 18
Octal 1 2 172 143 142 0 64 360 142 30
Binary 1 10 1111010 1100011 1100010 0 110100 11110000 1100010 11000

Color Harmonies of #01027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01027A

Black with #01027A

Text Example


Text Example

White with #01027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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