#112268

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

Shades of Sapphire #112268

Tints of Sapphire #112268

Color information

#112268 (or 0x112268) is unknown color: approx Sapphire. HEX triplet: 11, 22 and 68. RGB value is (17,34,104). Sum of RGB (Red+Green+Blue) = 17+34+104=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #112268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112268 is #EEDD97. Grayscale: #242424. Windows color (decimal): -15654296 or 6824465. OLE color: 6824465.

HSL color Cylindrical-coordinate representation of color #112268: hue angle of 228.28º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112268 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1734104-
CMYK0.840.6700.59
HSL228.28º71.9%23.73%-
HSV(B)228.28º83.65%40.78%-
XYZ3.32.2613.36-
YUV36.9165.87113.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.97%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 104 (41.02% from 255) = 67.10%
R=10.97%
G=21.94%
B=67.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17341040.840.6700.59228.2871.923.73
Hex112268544303Be44818
Octal214215012410307334411030
Binary10001100010110100010101001000011011101111100100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112268; }

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

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

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

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

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

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

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

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