#112272

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

Shades of Sapphire #112272

Tints of Sapphire #112272

Color information

#112272 (or 0x112272) is unknown color: approx Sapphire. HEX triplet: 11, 22 and 72. RGB value is (17,34,114). Sum of RGB (Red+Green+Blue) = 17+34+114=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #112272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112272 is #EEDD8D. Grayscale: #252525. Windows color (decimal): -15654286 or 7479825. OLE color: 7479825.

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

Color convert

RGB1734114-
CMYK0.850.7000.55
HSL229.48º74.05%25.69%-
HSV(B)229.48º85.09%44.71%-
XYZ3.842.4816.2-
YUV38.04170.87113-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.30%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 114 (44.92% from 255) = 69.09%
R=10.30%
G=20.61%
B=69.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17341140.850.7000.55229.4874.0525.69
Hex1122725546037e54a1a
Octal214216212510606734511232
Binary10001100010111001010101011000110011011111100101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112272; }

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

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

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

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

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

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

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

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