Html Css Color HEX #112E59 Sapphire

📋 copy color: '#112E59'

red 17 ◦ green 46 ◦ blue 89

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

Shades of Sapphire #112E59

Tints of Sapphire #112E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.26%

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

R = 11.18%
G = 30.26%
B = 58.55%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#112E59 (or 0x112E59) is known color: Sapphire. HEX triplet: 11, 2E and 59. RGB value is (17,46,89). Sum of RGB (Red+Green+Blue) = 17+46+89=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 89 (35.16% from 255 or 58.55% from 152); Max value from RGB is 89 - color contains mainly: blue. Hex color #112E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E59 is #EED1A6. Grayscale: #2A2A2A. Windows color (decimal): -15651239 or 5844497. OLE color: 5844497.

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

Color convert

RGB 17 46 89 -
CMYK 0.81 0.48 0 0.65
HSL 215.83º 0.68% 0.21% -
HSV(B) 215.83º 0.81% 0.35% -
XYZ 3.01 2.79 9.83 -
YUV 42.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 17 46 89 0.81 0.48 0 0.65 215.83 0.68 0.21
Hex 11 2E 59 51 30 0 41 D8 44 15
Octal 21 56 131 121 60 0 101 330 104 25
Binary 10001 101110 1011001 1010001 110000 0 1000001 11011000 1000100 10101

Color Harmonies of #112E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112E59

Black with #112E59

Text Example


Text Example

White with #112E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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