#002159

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

Shades of Sapphire #002159

Tints of Sapphire #002159

Color information

#002159 (or 0x002159) is unknown color: approx Sapphire. HEX triplet: 00, 21 and 59. RGB value is (0,33,89). Sum of RGB (Red+Green+Blue) = 0+33+89=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 89 (35.16% from 255 or 72.95% from 122); Max value from RGB is 89 - color contains mainly: blue. Hex color #002159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002159 is #FFDEA6. Grayscale: #1D1D1D. Windows color (decimal): -16768679 or 5841152. OLE color: 5841152.

HSL color Cylindrical-coordinate representation of color #002159: hue angle of 217.75º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002159 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB03389-
CMYK10.6300.65
HSL217.75º100%17.45%-
HSV(B)217.75º100%34.9%-
XYZ2.351.819.68-
YUV29.52161.57106.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 89 (35.16% from 255) = 72.95%
R=0%
G=27.05%
B=72.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0338910.6300.65217.7510017.45
Hex02159643F041da6411
Octal04113114477010133214421
Binary0100001101100111001001111110100000111011010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002159; }

 p { color: rgb(0,33,89); }

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

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

 a { background-color: rgb(0,33,89); }

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

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

 span { border-color: rgb(0,33,89); }

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