#112D75

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

Shades of Sapphire #112D75

Tints of Sapphire #112D75

Color information

#112D75 (or 0x112D75) is unknown color: approx Sapphire. HEX triplet: 11, 2D and 75. RGB value is (17,45,117). Sum of RGB (Red+Green+Blue) = 17+45+117=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #112D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D75 is #EED28A. Grayscale: #2C2C2C. Windows color (decimal): -15651467 or 7679249. OLE color: 7679249.

HSL color Cylindrical-coordinate representation of color #112D75: hue angle of 223.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112D75 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1745117-
CMYK0.850.6200.54
HSL223.2º74.63%26.27%-
HSV(B)223.2º85.47%45.88%-
XYZ4.383.2817.23-
YUV44.84168.72108.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 45 (17.97% from 255) = 25.14%
BLUE value IS 117 (46.09% from 255) = 65.36%
R=9.50%
G=25.14%
B=65.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17451170.850.6200.54223.274.6326.27
Hex112D75553E036df4b1a
Octal21551651257606633711332
Binary1000110110111101011010101111110011011011011111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112D75; }

 p { color: rgb(17,45,117); }

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

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

 a { background-color: rgb(17,45,117); }

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

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

 span { border-color: rgb(17,45,117); }

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