Html Css Color HEX #112559 Sapphire

📋 copy color: '#112559'

red 17 ◦ green 37 ◦ blue 89

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

Shades of Sapphire #112559

Tints of Sapphire #112559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.87%

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

R = 11.89%
G = 25.87%
B = 62.24%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#112559 (or 0x112559) is known color: Sapphire. HEX triplet: 11, 25 and 59. RGB value is (17,37,89). Sum of RGB (Red+Green+Blue) = 17+37+89=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #112559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112559 is #EEDAA6. Grayscale: #242424. Windows color (decimal): -15653543 or 5842193. OLE color: 5842193.

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

Color convert

RGB 17 37 89 -
CMYK 0.81 0.58 0 0.65
HSL 223.33º 0.68% 0.21% -
HSV(B) 223.33º 0.81% 0.35% -
XYZ 2.7 2.16 9.73 -
YUV 36.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 17 37 89 0.81 0.58 0 0.65 223.33 0.68 0.21
Hex 11 25 59 51 3A 0 41 DF 44 15
Octal 21 45 131 121 72 0 101 337 104 25
Binary 10001 100101 1011001 1010001 111010 0 1000001 11011111 1000100 10101

Color Harmonies of #112559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112559

Black with #112559

Text Example


Text Example

White with #112559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112559; }

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

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

background-color css

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

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

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

border-color css

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

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

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