Html Css Color HEX #010282 Navy

📋 copy color: '#010282'

red 1 ◦ green 2 ◦ blue 130

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

Shades of Navy #010282

Tints of Navy #010282

RGB

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

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

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

R = 0.75%
G = 1.5%
B = 97.74%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#010282 (or 0x010282) is known color: Navy. HEX triplet: 01, 02 and 82. RGB value is (1,2,130). Sum of RGB (Red+Green+Blue) = 1+2+130=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 130 (51.17% from 255 or 97.74% from 133); Max value from RGB is 130 - color contains mainly: blue. Hex color #010282 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010282 is #FEFD7D. Grayscale: #0F0F0F. Windows color (decimal): -16711038 or 8520193. OLE color: 8520193.

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

Color convert

RGB 1 2 130 -
CMYK 0.99 0.98 0 0.49
HSL 239.53º 0.98% 0.26% -
HSV(B) 239.53º 0.99% 0.51% -
XYZ 4.06 1.66 21.23 -
YUV 16.29 192.17 117.09 -
System Red Green Blue C M Y K H S L
Decimal 1 2 130 0.99 0.98 0 0.49 239.53 0.98 0.26
Hex 1 2 82 63 62 0 31 F0 62 1A
Octal 1 2 202 143 142 0 61 360 142 32
Binary 1 10 10000010 1100011 1100010 0 110001 11110000 1100010 11010

Color Harmonies of #010282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010282

Black with #010282

Text Example


Text Example

White with #010282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010282; }

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

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

background-color css

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

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

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

border-color css

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

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

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