Html Css Color HEX #010A80 Navy

📋 copy color: '#010A80'

red 1 ◦ green 10 ◦ blue 128

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

Shades of Navy #010A80

Tints of Navy #010A80

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.19%

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

R = 0.72%
G = 7.19%
B = 92.09%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#010A80 (or 0x010A80) is known color: Navy. HEX triplet: 01, 0A and 80. RGB value is (1,10,128). Sum of RGB (Red+Green+Blue) = 1+10+128=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 128 (50.39% from 255 or 92.09% from 139); Max value from RGB is 128 - color contains mainly: blue. Hex color #010A80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010A80 is #FEF57F. Grayscale: #141414. Windows color (decimal): -16708992 or 8391169. OLE color: 8391169.

HSL color Cylindrical-coordinate representation of color #010A80: hue angle of 235.75º 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 #010A80 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 10 128 -
CMYK 0.99 0.92 0 0.50
HSL 235.75º 0.98% 0.25% -
HSV(B) 235.75º 0.99% 0.5% -
XYZ 4.02 1.78 20.55 -
YUV 20.76 188.52 113.91 -
System Red Green Blue C M Y K H S L
Decimal 1 10 128 0.99 0.92 0 0.50 235.75 0.98 0.25
Hex 1 A 80 63 5C 0 32 EC 62 19
Octal 1 12 200 143 134 0 62 354 142 31
Binary 1 1010 10000000 1100011 1011100 0 110010 11101100 1100010 11001

Color Harmonies of #010A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A80

Black with #010A80

Text Example


Text Example

White with #010A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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