Html Css Color HEX #010880 Navy

📋 copy color: '#010880'

red 1 ◦ green 8 ◦ blue 128

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

Shades of Navy #010880

Tints of Navy #010880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 93.43%

R = 0.73%
G = 5.84%
B = 93.43%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#010880 (or 0x010880) is known color: Navy. HEX triplet: 01, 08 and 80. RGB value is (1,8,128). Sum of RGB (Red+Green+Blue) = 1+8+128=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 128 (50.39% from 255 or 93.43% from 137); Max value from RGB is 128 - color contains mainly: blue. Hex color #010880 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010880 is #FEF77F. Grayscale: #131313. Windows color (decimal): -16709504 or 8390657. OLE color: 8390657.

HSL color Cylindrical-coordinate representation of color #010880: hue angle of 236.69º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010880 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 8 128 -
CMYK 0.99 0.94 0 0.50
HSL 236.69º 0.98% 0.25% -
HSV(B) 236.69º 0.99% 0.5% -
XYZ 4 1.74 20.55 -
YUV 19.59 189.18 114.74 -
System Red Green Blue C M Y K H S L
Decimal 1 8 128 0.99 0.94 0 0.50 236.69 0.98 0.25
Hex 1 8 80 63 5E 0 32 ED 62 19
Octal 1 10 200 143 136 0 62 355 142 31
Binary 1 1000 10000000 1100011 1011110 0 110010 11101101 1100010 11001

Color Harmonies of #010880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010880

Black with #010880

Text Example


Text Example

White with #010880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010880; }

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

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

background-color css

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

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

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

border-color css

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

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

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