Html Css Color HEX #112051 Sapphire

📋 copy color: '#112051'

red 17 ◦ green 32 ◦ blue 81

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

Shades of Sapphire #112051

Tints of Sapphire #112051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.62%

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

R = 13.08%
G = 24.62%
B = 62.31%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#112051 (or 0x112051) is known color: Sapphire. HEX triplet: 11, 20 and 51. RGB value is (17,32,81). Sum of RGB (Red+Green+Blue) = 17+32+81=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #112051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112051 is #EEDFAE. Grayscale: #202020. Windows color (decimal): -15654831 or 5316625. OLE color: 5316625.

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

Color convert

RGB 17 32 81 -
CMYK 0.79 0.60 0 0.68
HSL 225.94º 0.65% 0.19% -
HSV(B) 225.94º 0.79% 0.32% -
XYZ 2.23 1.75 8 -
YUV 33.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 17 32 81 0.79 0.60 0 0.68 225.94 0.65 0.19
Hex 11 20 51 4F 3C 0 44 E2 41 13
Octal 21 40 121 117 74 0 104 342 101 23
Binary 10001 100000 1010001 1001111 111100 0 1000100 11100010 1000001 10011

Color Harmonies of #112051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112051

Black with #112051

Text Example


Text Example

White with #112051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112051; }

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

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

background-color css

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

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

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

border-color css

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

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

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