#011352

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

Shades of Sapphire #011352

Tints of Sapphire #011352

Color information

#011352 (or 0x011352) is unknown color: approx Sapphire. HEX triplet: 01, 13 and 52. RGB value is (1,19,82). Sum of RGB (Red+Green+Blue) = 1+19+82=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 82 (32.42% from 255 or 80.39% from 102); Max value from RGB is 82 - color contains mainly: blue. Hex color #011352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011352 is #FEECAD. Grayscale: #141414. Windows color (decimal): -16706734 or 5378817. OLE color: 5378817.

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

Color convert

RGB11982-
CMYK0.990.7700.68
HSL226.67º97.59%16.27%-
HSV(B)226.67º98.78%32.16%-
XYZ1.771.088.1-
YUV20.8162.54113.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 19 (7.81% from 255) = 18.63%
BLUE value IS 82 (32.42% from 255) = 80.39%
R=0.98%
G=18.63%
B=80.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal119820.990.7700.68226.6797.5916.27
Hex11352634D044e36210
Octal123122143115010434314220
Binary1100111010010110001110011010100010011100011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011352; }

 p { color: rgb(1,19,82); }

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

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

 a { background-color: rgb(1,19,82); }

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

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

 span { border-color: rgb(1,19,82); }

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