Html Css Color HEX #112053 Sapphire

📋 copy color: '#112053'

red 17 ◦ green 32 ◦ blue 83

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

Shades of Sapphire #112053

Tints of Sapphire #112053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 62.88%

R = 12.88%
G = 24.24%
B = 62.88%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#112053 (or 0x112053) is known color: Sapphire. HEX triplet: 11, 20 and 53. RGB value is (17,32,83). Sum of RGB (Red+Green+Blue) = 17+32+83=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #112053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112053 is #EEDFAC. Grayscale: #212121. Windows color (decimal): -15654829 or 5447697. OLE color: 5447697.

HSL color Cylindrical-coordinate representation of color #112053: hue angle of 226.36º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112053 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 32 83 -
CMYK 0.80 0.61 0 0.67
HSL 226.36º 0.66% 0.2% -
HSV(B) 226.36º 0.8% 0.33% -
XYZ 2.31 1.78 8.4 -
YUV 33.33 156.03 116.35 -
System Red Green Blue C M Y K H S L
Decimal 17 32 83 0.80 0.61 0 0.67 226.36 0.66 0.2
Hex 11 20 53 50 3D 0 43 E2 42 14
Octal 21 40 123 120 75 0 103 342 102 24
Binary 10001 100000 1010011 1010000 111101 0 1000011 11100010 1000010 10100

Color Harmonies of #112053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112053

Black with #112053

Text Example


Text Example

White with #112053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112053; }

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

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

background-color css

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

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

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

border-color css

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

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

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