Html Css Color HEX #112151 Sapphire

📋 copy color: '#112151'

red 17 ◦ green 33 ◦ blue 81

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

Shades of Sapphire #112151

Tints of Sapphire #112151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.19%

 BLUE value IS 81 (32.03% from 255) = 61.83%

R = 12.98%
G = 25.19%
B = 61.83%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#112151 (or 0x112151) is known color: Sapphire. HEX triplet: 11, 21 and 51. RGB value is (17,33,81). Sum of RGB (Red+Green+Blue) = 17+33+81=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #112151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112151 is #EEDEAE. Grayscale: #212121. Windows color (decimal): -15654575 or 5316881. OLE color: 5316881.

HSL color Cylindrical-coordinate representation of color #112151: hue angle of 225º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #112151 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 33 81 -
CMYK 0.79 0.59 0 0.68
HSL 225º 0.65% 0.19% -
HSV(B) 225º 0.79% 0.32% -
XYZ 2.26 1.8 8.01 -
YUV 33.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 17 33 81 0.79 0.59 0 0.68 225 0.65 0.19
Hex 11 21 51 4F 3B 0 44 E1 41 13
Octal 21 41 121 117 73 0 104 341 101 23
Binary 10001 100001 1010001 1001111 111011 0 1000100 11100001 1000001 10011

Color Harmonies of #112151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112151

Black with #112151

Text Example


Text Example

White with #112151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112151; }

 p { color: rgb(17,33,81); }

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

background-color css

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

 a { background-color: rgb(17,33,81); }

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

border-color css

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

 span { border-color: rgb(17,33,81); }

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