Html Css Color HEX #010882 Navy

📋 copy color: '#010882'

red 1 ◦ green 8 ◦ blue 130

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

Shades of Navy #010882

Tints of Navy #010882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.76%

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

R = 0.72%
G = 5.76%
B = 93.53%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#010882 (or 0x010882) is known color: Navy. HEX triplet: 01, 08 and 82. RGB value is (1,8,130). Sum of RGB (Red+Green+Blue) = 1+8+130=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 130 (51.17% from 255 or 93.53% from 139); Max value from RGB is 130 - color contains mainly: blue. Hex color #010882 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010882 is #FEF77D. Grayscale: #131313. Windows color (decimal): -16709502 or 8521729. OLE color: 8521729.

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

Color convert

RGB 1 8 130 -
CMYK 0.99 0.94 0 0.49
HSL 236.74º 0.98% 0.26% -
HSV(B) 236.74º 0.99% 0.51% -
XYZ 4.13 1.79 21.25 -
YUV 19.82 190.18 114.58 -
System Red Green Blue C M Y K H S L
Decimal 1 8 130 0.99 0.94 0 0.49 236.74 0.98 0.26
Hex 1 8 82 63 5E 0 31 ED 62 1A
Octal 1 10 202 143 136 0 61 355 142 32
Binary 1 1000 10000010 1100011 1011110 0 110001 11101101 1100010 11010

Color Harmonies of #010882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010882

Black with #010882

Text Example


Text Example

White with #010882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010882; }

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

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

background-color css

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

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

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

border-color css

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

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

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