Html Css Color HEX #010582 Navy

📋 copy color: '#010582'

red 1 ◦ green 5 ◦ blue 130

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

Shades of Navy #010582

Tints of Navy #010582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.68%

 BLUE value IS 130 (51.17% from 255) = 95.59%

R = 0.74%
G = 3.68%
B = 95.59%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#010582 (or 0x010582) is known color: Navy. HEX triplet: 01, 05 and 82. RGB value is (1,5,130). Sum of RGB (Red+Green+Blue) = 1+5+130=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 130 (51.17% from 255 or 95.59% from 136); Max value from RGB is 130 - color contains mainly: blue. Hex color #010582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010582 is #FEFA7D. Grayscale: #111111. Windows color (decimal): -16710270 or 8520961. OLE color: 8520961.

HSL color Cylindrical-coordinate representation of color #010582: hue angle of 238.14º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010582 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 5 130 -
CMYK 0.99 0.96 0 0.49
HSL 238.14º 0.98% 0.26% -
HSV(B) 238.14º 0.99% 0.51% -
XYZ 4.1 1.73 21.24 -
YUV 18.05 191.17 115.84 -
System Red Green Blue C M Y K H S L
Decimal 1 5 130 0.99 0.96 0 0.49 238.14 0.98 0.26
Hex 1 5 82 63 60 0 31 EE 62 1A
Octal 1 5 202 143 140 0 61 356 142 32
Binary 1 101 10000010 1100011 1100000 0 110001 11101110 1100010 11010

Color Harmonies of #010582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010582

Black with #010582

Text Example


Text Example

White with #010582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010582; }

 p { color: rgb(1,5,130); }

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

background-color css

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

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

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

border-color css

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

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

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