#002559

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

Shades of Sapphire #002559

Tints of Sapphire #002559

Color information

#002559 (or 0x002559) is unknown color: approx Sapphire. HEX triplet: 00, 25 and 59. RGB value is (0,37,89). Sum of RGB (Red+Green+Blue) = 0+37+89=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #002559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002559 is #FFDAA6. Grayscale: #1F1F1F. Windows color (decimal): -16767655 or 5842176. OLE color: 5842176.

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

Color convert

RGB03789-
CMYK10.5800.65
HSL215.06º100%17.45%-
HSV(B)215.06º100%34.9%-
XYZ2.462.049.72-
YUV31.86160.24105.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 89 (35.16% from 255) = 70.63%
R=0%
G=29.37%
B=70.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0378910.5800.65215.0610017.45
Hex02559643A041d76411
Octal04513114472010132714421
Binary0100101101100111001001110100100000111010111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002559; }

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

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

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

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

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

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

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

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