#112673

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

Shades of Sapphire #112673

Tints of Sapphire #112673

Color information

#112673 (or 0x112673) is unknown color: approx Sapphire. HEX triplet: 11, 26 and 73. RGB value is (17,38,115). Sum of RGB (Red+Green+Blue) = 17+38+115=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #112673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112673 is #EED98C. Grayscale: #282828. Windows color (decimal): -15653261 or 7546385. OLE color: 7546385.

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

Color convert

RGB1738115-
CMYK0.850.6700.55
HSL227.14º74.24%25.88%-
HSV(B)227.14º85.22%45.1%-
XYZ4.022.7416.54-
YUV40.5170.04111.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 115 (45.31% from 255) = 67.65%
R=10%
G=22.35%
B=67.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17381150.850.6700.55227.1474.2425.88
Hex1126735543037e34a1a
Octal214616312510306734311232
Binary10001100110111001110101011000011011011111100011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112673; }

 p { color: rgb(17,38,115); }

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

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

 a { background-color: rgb(17,38,115); }

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

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

 span { border-color: rgb(17,38,115); }

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