Html Css Color HEX #010162 Navy

📋 copy color: '#010162'

red 1 ◦ green 1 ◦ blue 98

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

Shades of Navy #010162

Tints of Navy #010162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 98%

R = 1%
G = 1%
B = 98%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010162 (or 0x010162) is known color: Navy. HEX triplet: 01, 01 and 62. RGB value is (1,1,98). Sum of RGB (Red+Green+Blue) = 1+1+98=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 98 (38.67% from 255 or 98% from 100); Max value from RGB is 98 - color contains mainly: blue. Hex color #010162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010162 is #FEFE9D. Grayscale: #0B0B0B. Windows color (decimal): -16711326 or 6422785. OLE color: 6422785.

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

Color convert

RGB 1 1 98 -
CMYK 0.99 0.99 0 0.62
HSL 240º 0.98% 0.19% -
HSV(B) 240º 0.99% 0.38% -
XYZ 2.23 0.91 11.61 -
YUV 12.06 176.5 120.11 -
System Red Green Blue C M Y K H S L
Decimal 1 1 98 0.99 0.99 0 0.62 240 0.98 0.19
Hex 1 1 62 63 63 0 3E F0 62 13
Octal 1 1 142 143 143 0 76 360 142 23
Binary 1 1 1100010 1100011 1100011 0 111110 11110000 1100010 10011

Color Harmonies of #010162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010162

Black with #010162

Text Example


Text Example

White with #010162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010162; }

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

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

background-color css

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

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

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

border-color css

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

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

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