#112B78

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

Shades of Sapphire #112B78

Tints of Sapphire #112B78

Color information

#112B78 (or 0x112B78) is unknown color: approx Sapphire. HEX triplet: 11, 2B and 78. RGB value is (17,43,120). Sum of RGB (Red+Green+Blue) = 17+43+120=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 120 (47.27% from 255 or 66.67% from 180); Max value from RGB is 120 - color contains mainly: blue. Hex color #112B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B78 is #EED487. Grayscale: #2B2B2B. Windows color (decimal): -15651976 or 7875345. OLE color: 7875345.

HSL color Cylindrical-coordinate representation of color #112B78: hue angle of 224.85º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112B78 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1743120-
CMYK0.860.6400.53
HSL224.85º75.18%26.86%-
HSV(B)224.85º85.83%47.06%-
XYZ4.493.218.15-
YUV44170.89108.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.44%
GREEN value IS 43 (17.19% from 255) = 23.89%
BLUE value IS 120 (47.27% from 255) = 66.67%
R=9.44%
G=23.89%
B=66.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17431200.860.6400.53224.8575.1826.86
Hex112B785640035e14b1b
Octal215317012610006534111333
Binary10001101011111100010101101000000011010111100001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,43,120); }

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

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

 a { background-color: rgb(17,43,120); }

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

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

 span { border-color: rgb(17,43,120); }

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