Html Css Color HEX #010062 Navy

📋 copy color: '#010062'

red 1 ◦ green 0 ◦ blue 98

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

Shades of Navy #010062

Tints of Navy #010062

RGB

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

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

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

R = 1.01%
G = 0%
B = 98.99%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010062 (or 0x010062) is known color: Navy. HEX triplet: 01, 00 and 62. RGB value is (1,0,98). Sum of RGB (Red+Green+Blue) = 1+0+98=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 98 (38.67% from 255 or 98.99% from 99); Max value from RGB is 98 - color contains mainly: blue. Hex color #010062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010062 is #FEFF9D. Grayscale: #0B0B0B. Windows color (decimal): -16711582 or 6422529. OLE color: 6422529.

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

Color convert

RGB 1 0 98 -
CMYK 0.99 1 0 0.62
HSL 240.61º 1% 0.19% -
HSV(B) 240.61º 1% 0.38% -
XYZ 2.22 0.89 11.61 -
YUV 11.47 176.83 120.53 -
System Red Green Blue C M Y K H S L
Decimal 1 0 98 0.99 1 0 0.62 240.61 1 0.19
Hex 1 0 62 63 64 0 3E F1 64 13
Octal 1 0 142 143 144 0 76 361 144 23
Binary 1 0 1100010 1100011 1100100 0 111110 11110001 1100100 10011

Color Harmonies of #010062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010062

Black with #010062

Text Example


Text Example

White with #010062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010062; }

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

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

background-color css

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

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

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

border-color css

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

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

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