#001661

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

Shades of Sapphire #001661

Tints of Sapphire #001661

Color information

#001661 (or 0x001661) is unknown color: approx Sapphire. HEX triplet: 00, 16 and 61. RGB value is (0,22,97). Sum of RGB (Red+Green+Blue) = 0+22+97=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 97 (38.28% from 255 or 81.51% from 119); Max value from RGB is 97 - color contains mainly: blue. Hex color #001661 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001661 is #FFE99E. Grayscale: #171717. Windows color (decimal): -16771487 or 6362624. OLE color: 6362624.

HSL color Cylindrical-coordinate representation of color #001661: hue angle of 226.39º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001661 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB02297-
CMYK10.7700.62
HSL226.39º100%19.02%-
HSV(B)226.39º100%38.04%-
XYZ2.441.4411.46-
YUV23.97169.21110.9-

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) = 18.49%
BLUE value IS 97 (38.28% from 255) = 81.51%
R=0%
G=18.49%
B=81.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal0229710.7700.62226.3910019.02
Hex01661644D03Ee26413
Octal02614114411507634214423
Binary010110110000111001001001101011111011100010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001661; }

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

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

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

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

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

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

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

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