Html Css Color HEX #112C59 Sapphire

📋 copy color: '#112C59'

red 17 ◦ green 44 ◦ blue 89

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

Shades of Sapphire #112C59

Tints of Sapphire #112C59

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.33%

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

R = 11.33%
G = 29.33%
B = 59.33%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#112C59 (or 0x112C59) is known color: Sapphire. HEX triplet: 11, 2C and 59. RGB value is (17,44,89). Sum of RGB (Red+Green+Blue) = 17+44+89=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #112C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C59 is #EED3A6. Grayscale: #282828. Windows color (decimal): -15651751 or 5843985. OLE color: 5843985.

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

Color convert

RGB 17 44 89 -
CMYK 0.81 0.51 0 0.65
HSL 217.5º 0.68% 0.21% -
HSV(B) 217.5º 0.81% 0.35% -
XYZ 2.94 2.64 9.81 -
YUV 41.06 155.05 110.84 -
System Red Green Blue C M Y K H S L
Decimal 17 44 89 0.81 0.51 0 0.65 217.5 0.68 0.21
Hex 11 2C 59 51 33 0 41 DA 44 15
Octal 21 54 131 121 63 0 101 332 104 25
Binary 10001 101100 1011001 1010001 110011 0 1000001 11011010 1000100 10101

Color Harmonies of #112C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C59

Black with #112C59

Text Example


Text Example

White with #112C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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