#011259

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

Shades of Sapphire #011259

Tints of Sapphire #011259

Color information

#011259 (or 0x011259) is unknown color: approx Sapphire. HEX triplet: 01, 12 and 59. RGB value is (1,18,89). Sum of RGB (Red+Green+Blue) = 1+18+89=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #011259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011259 is #FEEDA6. Grayscale: #141414. Windows color (decimal): -16706983 or 5837313. OLE color: 5837313.

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

Color convert

RGB11889-
CMYK0.990.8000.65
HSL228.41º97.78%17.65%-
HSV(B)228.41º98.88%34.9%-
XYZ2.031.169.57-
YUV21.01166.37113.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 89 (35.16% from 255) = 82.41%
R=0.93%
G=16.67%
B=82.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal118890.990.8000.65228.4197.7817.65
Hex112596350041e46212
Octal122131143120010134414222
Binary1100101011001110001110100000100000111100100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011259; }

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

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

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

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

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

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

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

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