#112A75

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

Shades of Sapphire #112A75

Tints of Sapphire #112A75

Color information

#112A75 (or 0x112A75) is unknown color: approx Sapphire. HEX triplet: 11, 2A and 75. RGB value is (17,42,117). Sum of RGB (Red+Green+Blue) = 17+42+117=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #112A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A75 is #EED58A. Grayscale: #2A2A2A. Windows color (decimal): -15652235 or 7678481. OLE color: 7678481.

HSL color Cylindrical-coordinate representation of color #112A75: hue angle of 225º 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 #112A75 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1742117-
CMYK0.850.6400.54
HSL225º74.63%26.27%-
HSV(B)225º85.47%45.88%-
XYZ4.273.0617.2-
YUV43.08169.72109.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.66%
GREEN value IS 42 (16.80% from 255) = 23.86%
BLUE value IS 117 (46.09% from 255) = 66.48%
R=9.66%
G=23.86%
B=66.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17421170.850.6400.5422574.6326.27
Hex112A755540036e14b1a
Octal215216512510006634111332
Binary10001101010111010110101011000000011011011100001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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