#011250

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

Shades of Sapphire #011250

Tints of Sapphire #011250

Color information

#011250 (or 0x011250) is unknown color: approx Sapphire. HEX triplet: 01, 12 and 50. RGB value is (1,18,80). Sum of RGB (Red+Green+Blue) = 1+18+80=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 80 (31.64% from 255 or 80.81% from 99); Max value from RGB is 80 - color contains mainly: blue. Hex color #011250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011250 is #FEEDAF. Grayscale: #131313. Windows color (decimal): -16706992 or 5247489. OLE color: 5247489.

HSL color Cylindrical-coordinate representation of color #011250: hue angle of 227.09º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011250 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB11880-
CMYK0.990.7800.69
HSL227.09º97.53%15.88%-
HSV(B)227.09º98.75%31.37%-
XYZ1.681.027.7-
YUV19.98161.87114.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 18 (7.42% from 255) = 18.18%
BLUE value IS 80 (31.64% from 255) = 80.81%
R=1.01%
G=18.18%
B=80.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal118800.990.7800.69227.0997.5315.88
Hex11250634E045e36210
Octal122120143116010534314220
Binary1100101010000110001110011100100010111100011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011250; }

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

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

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

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

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

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

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

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