#112270

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

Shades of Sapphire #112270

Tints of Sapphire #112270

Color information

#112270 (or 0x112270) is unknown color: approx Sapphire. HEX triplet: 11, 22 and 70. RGB value is (17,34,112). Sum of RGB (Red+Green+Blue) = 17+34+112=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #112270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112270 is #EEDD8F. Grayscale: #252525. Windows color (decimal): -15654288 or 7348753. OLE color: 7348753.

HSL color Cylindrical-coordinate representation of color #112270: hue angle of 229.26º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112270 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1734112-
CMYK0.850.7000.56
HSL229.26º73.64%25.29%-
HSV(B)229.26º84.82%43.92%-
XYZ3.732.4315.6-
YUV37.81169.87113.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.43%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 112 (44.14% from 255) = 68.71%
R=10.43%
G=20.86%
B=68.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17341120.850.7000.56229.2673.6425.29
Hex1122705546038e54a19
Octal214216012510607034511231
Binary10001100010111000010101011000110011100011100101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112270; }

 p { color: rgb(17,34,112); }

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

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

 a { background-color: rgb(17,34,112); }

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

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

 span { border-color: rgb(17,34,112); }

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