#001979

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

Shades of Sapphire #001979

Tints of Sapphire #001979

Color information

#001979 (or 0x001979) is unknown color: approx Sapphire. HEX triplet: 00, 19 and 79. RGB value is (0,25,121). Sum of RGB (Red+Green+Blue) = 0+25+121=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 121 (47.66% from 255 or 82.88% from 146); Max value from RGB is 121 - color contains mainly: blue. Hex color #001979 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001979 is #FFE686. Grayscale: #1C1C1C. Windows color (decimal): -16770695 or 7936256. OLE color: 7936256.

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

Color convert

RGB025121-
CMYK10.7900.53
HSL227.6º100%23.73%-
HSV(B)227.6º100%47.45%-
XYZ3.82.0818.29-
YUV28.47180.22107.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 121 (47.66% from 255) = 82.88%
R=0%
G=17.12%
B=82.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal02512110.7900.53227.610023.73
Hex01979644F035e46418
Octal03117114411706534414430
Binary011001111100111001001001111011010111100100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001979; }

 p { color: rgb(0,25,121); }

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

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

 a { background-color: rgb(0,25,121); }

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

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

 span { border-color: rgb(0,25,121); }

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