#111B5F

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

Shades of Sapphire #111B5F

Tints of Sapphire #111B5F

Color information

#111B5F (or 0x111B5F) is unknown color: approx Sapphire. HEX triplet: 11, 1B and 5F. RGB value is (17,27,95). Sum of RGB (Red+Green+Blue) = 17+27+95=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 95 (37.5% from 255 or 68.35% from 139); Max value from RGB is 95 - color contains mainly: blue. Hex color #111B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B5F is #EEE4A0. Grayscale: #1F1F1F. Windows color (decimal): -15656097 or 6232849. OLE color: 6232849.

HSL color Cylindrical-coordinate representation of color #111B5F: hue angle of 232.31º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111B5F is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB172795-
CMYK0.820.7200.63
HSL232.31º69.64%21.96%-
HSV(B)232.31º82.11%37.25%-
XYZ2.691.7311.02-
YUV31.76163.69117.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.23%
GREEN value IS 27 (10.94% from 255) = 19.42%
BLUE value IS 95 (37.5% from 255) = 68.35%
R=12.23%
G=19.42%
B=68.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1727950.820.7200.63232.3169.6421.96
Hex111B5F524803Fe84616
Octal213313712211007735010626
Binary1000111011101111110100101001000011111111101000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111B5F; }

 p { color: rgb(17,27,95); }

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

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

 a { background-color: rgb(17,27,95); }

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

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

 span { border-color: rgb(17,27,95); }

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