Html Css Color HEX #112159 Sapphire

📋 copy color: '#112159'

red 17 ◦ green 33 ◦ blue 89

#112159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #112159

Tints of Sapphire #112159

RGB

 RED value IS 17 (7.03% from 255) = 12.23%

 GREEN value IS 33 (13.28% from 255) = 23.74%

 BLUE value IS 89 (35.16% from 255) = 64.03%

R = 12.23%
G = 23.74%
B = 64.03%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#112159 (or 0x112159) is known color: Sapphire. HEX triplet: 11, 21 and 59. RGB value is (17,33,89). Sum of RGB (Red+Green+Blue) = 17+33+89=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #112159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112159 is #EEDEA6. Grayscale: #222222. Windows color (decimal): -15654567 or 5841169. OLE color: 5841169.

HSL color Cylindrical-coordinate representation of color #112159: hue angle of 226.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #112159 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 33 89 -
CMYK 0.81 0.63 0 0.65
HSL 226.67º 0.68% 0.21% -
HSV(B) 226.67º 0.81% 0.35% -
XYZ 2.58 1.93 9.69 -
YUV 34.6 158.7 115.45 -
System Red Green Blue C M Y K H S L
Decimal 17 33 89 0.81 0.63 0 0.65 226.67 0.68 0.21
Hex 11 21 59 51 3F 0 41 E3 44 15
Octal 21 41 131 121 77 0 101 343 104 25
Binary 10001 100001 1011001 1010001 111111 0 1000001 11100011 1000100 10101

Color Harmonies of #112159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112159

Black with #112159

Text Example


Text Example

White with #112159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112159; }

 p { color: rgb(17,33,89); }

 H1.HeaderClassName
 {
   color: #112159;
 }
 .AnyTagClassName
 {
   color: #112159;
 }
</style>

background-color css

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

 a { background-color: rgb(17,33,89); }

 div.DivClassName
 {
   background-color: #112159;
 }
 .BgClassName
 {
   background-color: #112159;
 }
</style>

border-color css

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

 span { border-color: rgb(17,33,89); }

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