Html Css Color HEX #112251 Sapphire

📋 copy color: '#112251'

red 17 ◦ green 34 ◦ blue 81

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

Shades of Sapphire #112251

Tints of Sapphire #112251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.76%

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

R = 12.88%
G = 25.76%
B = 61.36%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#112251 (or 0x112251) is known color: Sapphire. HEX triplet: 11, 22 and 51. RGB value is (17,34,81). Sum of RGB (Red+Green+Blue) = 17+34+81=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #112251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112251 is #EEDDAE. Grayscale: #222222. Windows color (decimal): -15654319 or 5317137. OLE color: 5317137.

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

Color convert

RGB 17 34 81 -
CMYK 0.79 0.58 0 0.68
HSL 224.06º 0.65% 0.19% -
HSV(B) 224.06º 0.79% 0.32% -
XYZ 2.29 1.86 8.02 -
YUV 34.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 17 34 81 0.79 0.58 0 0.68 224.06 0.65 0.19
Hex 11 22 51 4F 3A 0 44 E0 41 13
Octal 21 42 121 117 72 0 104 340 101 23
Binary 10001 100010 1010001 1001111 111010 0 1000100 11100000 1000001 10011

Color Harmonies of #112251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112251

Black with #112251

Text Example


Text Example

White with #112251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112251; }

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

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

background-color css

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

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

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

border-color css

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

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

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