Html Css Color HEX #010A82 Navy

📋 copy color: '#010A82'

red 1 ◦ green 10 ◦ blue 130

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

Shades of Navy #010A82

Tints of Navy #010A82

RGB

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

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

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

R = 0.71%
G = 7.09%
B = 92.2%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#010A82 (or 0x010A82) is known color: Navy. HEX triplet: 01, 0A and 82. RGB value is (1,10,130). Sum of RGB (Red+Green+Blue) = 1+10+130=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 130 (51.17% from 255 or 92.20% from 141); Max value from RGB is 130 - color contains mainly: blue. Hex color #010A82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010A82 is #FEF57D. Grayscale: #141414. Windows color (decimal): -16708990 or 8522241. OLE color: 8522241.

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

Color convert

RGB 1 10 130 -
CMYK 0.99 0.92 0 0.49
HSL 235.81º 0.98% 0.26% -
HSV(B) 235.81º 0.99% 0.51% -
XYZ 4.15 1.84 21.25 -
YUV 20.99 189.52 113.74 -
System Red Green Blue C M Y K H S L
Decimal 1 10 130 0.99 0.92 0 0.49 235.81 0.98 0.26
Hex 1 A 82 63 5C 0 31 EC 62 1A
Octal 1 12 202 143 134 0 61 354 142 32
Binary 1 1010 10000010 1100011 1011100 0 110001 11101100 1100010 11010

Color Harmonies of #010A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A82

Black with #010A82

Text Example


Text Example

White with #010A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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