Html Css Color HEX #112057 Sapphire

📋 copy color: '#112057'

red 17 ◦ green 32 ◦ blue 87

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

Shades of Sapphire #112057

Tints of Sapphire #112057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 63.97%

R = 12.5%
G = 23.53%
B = 63.97%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#112057 (or 0x112057) is known color: Sapphire. HEX triplet: 11, 20 and 57. RGB value is (17,32,87). Sum of RGB (Red+Green+Blue) = 17+32+87=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #112057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112057 is #EEDFA8. Grayscale: #212121. Windows color (decimal): -15654825 or 5709841. OLE color: 5709841.

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

Color convert

RGB 17 32 87 -
CMYK 0.80 0.63 0 0.66
HSL 227.14º 0.67% 0.2% -
HSV(B) 227.14º 0.8% 0.34% -
XYZ 2.47 1.84 9.24 -
YUV 33.79 158.03 116.03 -
System Red Green Blue C M Y K H S L
Decimal 17 32 87 0.80 0.63 0 0.66 227.14 0.67 0.2
Hex 11 20 57 50 3F 0 42 E3 43 14
Octal 21 40 127 120 77 0 102 343 103 24
Binary 10001 100000 1010111 1010000 111111 0 1000010 11100011 1000011 10100

Color Harmonies of #112057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112057

Black with #112057

Text Example


Text Example

White with #112057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112057; }

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

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

background-color css

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

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

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

border-color css

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

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

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