#012659

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

Shades of Sapphire #012659

Tints of Sapphire #012659

Color information

#012659 (or 0x012659) is unknown color: approx Sapphire. HEX triplet: 01, 26 and 59. RGB value is (1,38,89). Sum of RGB (Red+Green+Blue) = 1+38+89=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 89 (35.16% from 255 or 69.53% from 128); Max value from RGB is 89 - color contains mainly: blue. Hex color #012659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012659 is #FED9A6. Grayscale: #202020. Windows color (decimal): -16701863 or 5842433. OLE color: 5842433.

HSL color Cylindrical-coordinate representation of color #012659: hue angle of 214.77º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012659 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB13889-
CMYK0.990.5700.65
HSL214.77º97.78%17.65%-
HSV(B)214.77º98.88%34.9%-
XYZ2.512.119.73-
YUV32.75159.74105.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 38 (15.23% from 255) = 29.69%
BLUE value IS 89 (35.16% from 255) = 69.53%
R=0.78%
G=29.69%
B=69.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal138890.990.5700.65214.7797.7817.65
Hex126596339041d76212
Octal14613114371010132714222
Binary1100110101100111000111110010100000111010111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012659; }

 p { color: rgb(1,38,89); }

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

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

 a { background-color: rgb(1,38,89); }

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

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

 span { border-color: rgb(1,38,89); }

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