#112454

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

Shades of Sapphire #112454

Tints of Sapphire #112454

Color information

#112454 (or 0x112454) is unknown color: approx Sapphire. HEX triplet: 11, 24 and 54. RGB value is (17,36,84). Sum of RGB (Red+Green+Blue) = 17+36+84=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #112454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112454 is #EEDBAB. Grayscale: #232323. Windows color (decimal): -15653804 or 5514257. OLE color: 5514257.

HSL color Cylindrical-coordinate representation of color #112454: hue angle of 222.99º 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 #112454 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB173684-
CMYK0.800.5700.67
HSL222.99º66.34%19.8%-
HSV(B)222.99º79.76%32.94%-
XYZ2.462.028.65-
YUV35.79155.21114.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 84 (33.20% from 255) = 61.31%
R=12.41%
G=26.28%
B=61.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1736840.800.5700.67222.9966.3419.8
Hex1124545039043df4214
Octal214412412071010333710224
Binary10001100100101010010100001110010100001111011111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112454; }

 p { color: rgb(17,36,84); }

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

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

 a { background-color: rgb(17,36,84); }

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

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

 span { border-color: rgb(17,36,84); }

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