#010279

Color #010279 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #010279

Tints of Navy #010279

Color information

#010279 (or 0x010279) is unknown color: approx Navy. HEX triplet: 01, 02 and 79. RGB value is (1,2,121). Sum of RGB (Red+Green+Blue) = 1+2+121=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 121 (47.66% from 255 or 97.58% from 124); Max value from RGB is 121 - color contains mainly: blue. Hex color #010279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010279 is #FEFD86. Grayscale: #0E0E0E. Windows color (decimal): -16711047 or 7930369. OLE color: 7930369.

HSL color Cylindrical-coordinate representation of color #010279: hue angle of 239.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 #010279 is Cyan = 0.99, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB12121-
CMYK0.990.9800.53
HSL239.5º98.36%23.92%-
HSV(B)239.5º99.17%47.45%-
XYZ3.491.4318.18-
YUV15.27187.67117.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 121 (47.66% from 255) = 97.58%
R=0.81%
G=1.61%
B=97.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121210.990.9800.53239.598.3623.92
Hex12796362035f06218
Octal1217114314206536014230
Binary110111100111000111100010011010111110000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010279; }

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

 H1.HeaderClassName
 {
   color: #010279;
 }
 .AnyTagClassName
 {
   color: #010279;
 }
</style>
background-color css

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

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

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

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

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

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