#001679

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

Shades of Sapphire #001679

Tints of Sapphire #001679

Color information

#001679 (or 0x001679) is unknown color: approx Sapphire. HEX triplet: 00, 16 and 79. RGB value is (0,22,121). Sum of RGB (Red+Green+Blue) = 0+22+121=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 121 (47.66% from 255 or 84.62% from 143); Max value from RGB is 121 - color contains mainly: blue. Hex color #001679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001679 is #FFE986. Grayscale: #1A1A1A. Windows color (decimal): -16771463 or 7935488. OLE color: 7935488.

HSL color Cylindrical-coordinate representation of color #001679: hue angle of 229.09º 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 #001679 is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB022121-
CMYK10.8200.53
HSL229.09º100%23.73%-
HSV(B)229.09º100%47.45%-
XYZ3.741.9518.27-
YUV26.71181.21108.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 15.38%
BLUE value IS 121 (47.66% from 255) = 84.62%
R=0%
G=15.38%
B=84.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal02212110.8200.53229.0910023.73
Hex016796452035e56418
Octal02617114412206534514430
Binary010110111100111001001010010011010111100101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001679; }

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

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

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

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

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

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

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

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