Html Css Color HEX #112D59 Sapphire

📋 copy color: '#112D59'

red 17 ◦ green 45 ◦ blue 89

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

Shades of Sapphire #112D59

Tints of Sapphire #112D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.8%

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

R = 11.26%
G = 29.8%
B = 58.94%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#112D59 (or 0x112D59) is known color: Sapphire. HEX triplet: 11, 2D and 59. RGB value is (17,45,89). Sum of RGB (Red+Green+Blue) = 17+45+89=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #112D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D59 is #EED2A6. Grayscale: #292929. Windows color (decimal): -15651495 or 5844241. OLE color: 5844241.

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

Color convert

RGB 17 45 89 -
CMYK 0.81 0.49 0 0.65
HSL 216.67º 0.68% 0.21% -
HSV(B) 216.67º 0.81% 0.35% -
XYZ 2.97 2.72 9.82 -
YUV 41.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 17 45 89 0.81 0.49 0 0.65 216.67 0.68 0.21
Hex 11 2D 59 51 31 0 41 D9 44 15
Octal 21 55 131 121 61 0 101 331 104 25
Binary 10001 101101 1011001 1010001 110001 0 1000001 11011001 1000100 10101

Color Harmonies of #112D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D59

Black with #112D59

Text Example


Text Example

White with #112D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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