#111D61

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

Shades of Sapphire #111D61

Tints of Sapphire #111D61

Color information

#111D61 (or 0x111D61) is unknown color: approx Sapphire. HEX triplet: 11, 1D and 61. RGB value is (17,29,97). Sum of RGB (Red+Green+Blue) = 17+29+97=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 97 (38.28% from 255 or 67.83% from 143); Max value from RGB is 97 - color contains mainly: blue. Hex color #111D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D61 is #EEE29E. Grayscale: #202020. Windows color (decimal): -15655583 or 6364433. OLE color: 6364433.

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

Color convert

RGB172997-
CMYK0.820.7000.62
HSL231º70.18%22.35%-
HSV(B)231º82.47%38.04%-
XYZ2.831.8611.52-
YUV33.16164.02116.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 97 (38.28% from 255) = 67.83%
R=11.89%
G=20.28%
B=67.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1729970.820.7000.6223170.1822.35
Hex111D61524603Ee74616
Octal213514112210607634710626
Binary1000111101110000110100101000110011111011100111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,29,97); }

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

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

 a { background-color: rgb(17,29,97); }

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

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

 span { border-color: rgb(17,29,97); }

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