#002359

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

Shades of Sapphire #002359

Tints of Sapphire #002359

Color information

#002359 (or 0x002359) is unknown color: approx Sapphire. HEX triplet: 00, 23 and 59. RGB value is (0,35,89). Sum of RGB (Red+Green+Blue) = 0+35+89=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #002359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002359 is #FFDCA6. Grayscale: #1E1E1E. Windows color (decimal): -16768167 or 5841664. OLE color: 5841664.

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

Color convert

RGB03589-
CMYK10.6100.65
HSL216.4º100%17.45%-
HSV(B)216.4º100%34.9%-
XYZ2.41.929.7-
YUV30.69160.9106.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 89 (35.16% from 255) = 71.77%
R=0%
G=28.23%
B=71.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0358910.6100.65216.410017.45
Hex02359643D041d86411
Octal04313114475010133014421
Binary0100011101100111001001111010100000111011000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002359; }

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

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

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

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

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

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

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

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