Html Css Color HEX #112859 Sapphire

📋 copy color: '#112859'

red 17 ◦ green 40 ◦ blue 89

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

Shades of Sapphire #112859

Tints of Sapphire #112859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.4%

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

R = 11.64%
G = 27.4%
B = 60.96%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#112859 (or 0x112859) is known color: Sapphire. HEX triplet: 11, 28 and 59. RGB value is (17,40,89). Sum of RGB (Red+Green+Blue) = 17+40+89=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #112859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112859 is #EED7A6. Grayscale: #262626. Windows color (decimal): -15652775 or 5842961. OLE color: 5842961.

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

Color convert

RGB 17 40 89 -
CMYK 0.81 0.55 0 0.65
HSL 220.83º 0.68% 0.21% -
HSV(B) 220.83º 0.81% 0.35% -
XYZ 2.79 2.36 9.76 -
YUV 38.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 17 40 89 0.81 0.55 0 0.65 220.83 0.68 0.21
Hex 11 28 59 51 37 0 41 DD 44 15
Octal 21 50 131 121 67 0 101 335 104 25
Binary 10001 101000 1011001 1010001 110111 0 1000001 11011101 1000100 10101

Color Harmonies of #112859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112859

Black with #112859

Text Example


Text Example

White with #112859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112859; }

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

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

background-color css

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

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

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

border-color css

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

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

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