Html Css Color HEX #112959 Sapphire

📋 copy color: '#112959'

red 17 ◦ green 41 ◦ blue 89

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

Shades of Sapphire #112959

Tints of Sapphire #112959

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.89%

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

R = 11.56%
G = 27.89%
B = 60.54%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#112959 (or 0x112959) is known color: Sapphire. HEX triplet: 11, 29 and 59. RGB value is (17,41,89). Sum of RGB (Red+Green+Blue) = 17+41+89=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #112959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112959 is #EED6A6. Grayscale: #272727. Windows color (decimal): -15652519 or 5843217. OLE color: 5843217.

HSL color Cylindrical-coordinate representation of color #112959: hue angle of 220º 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 #112959 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 41 89 -
CMYK 0.81 0.54 0 0.65
HSL 220º 0.68% 0.21% -
HSV(B) 220º 0.81% 0.35% -
XYZ 2.83 2.43 9.77 -
YUV 39.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 17 41 89 0.81 0.54 0 0.65 220 0.68 0.21
Hex 11 29 59 51 36 0 41 DC 44 15
Octal 21 51 131 121 66 0 101 334 104 25
Binary 10001 101001 1011001 1010001 110110 0 1000001 11011100 1000100 10101

Color Harmonies of #112959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112959

Black with #112959

Text Example


Text Example

White with #112959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112959; }

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

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

background-color css

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

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

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

border-color css

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

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

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