Html Css Color HEX #010A79 Navy

📋 copy color: '#010A79'

red 1 ◦ green 10 ◦ blue 121

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

Shades of Navy #010A79

Tints of Navy #010A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 91.67%

R = 0.76%
G = 7.58%
B = 91.67%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#010A79 (or 0x010A79) is known color: Navy. HEX triplet: 01, 0A and 79. RGB value is (1,10,121). Sum of RGB (Red+Green+Blue) = 1+10+121=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 121 (47.66% from 255 or 91.67% from 132); Max value from RGB is 121 - color contains mainly: blue. Hex color #010A79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A79 is #FEF586. Grayscale: #131313. Windows color (decimal): -16708999 or 7932417. OLE color: 7932417.

HSL color Cylindrical-coordinate representation of color #010A79: hue angle of 235.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010A79 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 10 121 -
CMYK 0.99 0.92 0 0.53
HSL 235.5º 0.98% 0.24% -
HSV(B) 235.5º 0.99% 0.47% -
XYZ 3.57 1.6 18.21 -
YUV 19.96 185.02 114.47 -
System Red Green Blue C M Y K H S L
Decimal 1 10 121 0.99 0.92 0 0.53 235.5 0.98 0.24
Hex 1 A 79 63 5C 0 35 EC 62 18
Octal 1 12 171 143 134 0 65 354 142 30
Binary 1 1010 1111001 1100011 1011100 0 110101 11101100 1100010 11000

Color Harmonies of #010A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A79

Black with #010A79

Text Example


Text Example

White with #010A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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