#112153

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

Shades of Sapphire #112153

Tints of Sapphire #112153

Color information

#112153 (or 0x112153) is unknown color: approx Sapphire. HEX triplet: 11, 21 and 53. RGB value is (17,33,83). Sum of RGB (Red+Green+Blue) = 17+33+83=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #112153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112153 is #EEDEAC. Grayscale: #212121. Windows color (decimal): -15654573 or 5447953. OLE color: 5447953.

HSL color Cylindrical-coordinate representation of color #112153: hue angle of 225.45º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112153 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB173383-
CMYK0.800.6000.67
HSL225.45º66%19.61%-
HSV(B)225.45º79.52%32.55%-
XYZ2.341.838.41-
YUV33.92155.7115.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.78%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 83 (32.81% from 255) = 62.41%
R=12.78%
G=24.81%
B=62.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1733830.800.6000.67225.456619.61
Hex112153503C043e14214
Octal214112312074010334110224
Binary10001100001101001110100001111000100001111100001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112153; }

 p { color: rgb(17,33,83); }

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

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

 a { background-color: rgb(17,33,83); }

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

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

 span { border-color: rgb(17,33,83); }

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