#111D62

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

Shades of Sapphire #111D62

Tints of Sapphire #111D62

Color information

#111D62 (or 0x111D62) is unknown color: approx Sapphire. HEX triplet: 11, 1D and 62. RGB value is (17,29,98). Sum of RGB (Red+Green+Blue) = 17+29+98=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #111D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D62 is #EEE29D. Grayscale: #202020. Windows color (decimal): -15655582 or 6429969. OLE color: 6429969.

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

Color convert

RGB172998-
CMYK0.830.7000.62
HSL231.11º70.43%22.55%-
HSV(B)231.11º82.65%38.43%-
XYZ2.881.8811.77-
YUV33.28164.52116.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.81%
GREEN value IS 29 (11.72% from 255) = 20.14%
BLUE value IS 98 (38.67% from 255) = 68.06%
R=11.81%
G=20.14%
B=68.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1729980.830.7000.62231.1170.4322.55
Hex111D62534603Ee74617
Octal213514212310607634710627
Binary1000111101110001010100111000110011111011100111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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