Html Css Color HEX #112771 Sapphire

📋 copy color: '#112771'

red 17 ◦ green 39 ◦ blue 113

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

Shades of Sapphire #112771

Tints of Sapphire #112771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.08%

 BLUE value IS 113 (44.53% from 255) = 66.86%

R = 10.06%
G = 23.08%
B = 66.86%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#112771 (or 0x112771) is known color: Sapphire. HEX triplet: 11, 27 and 71. RGB value is (17,39,113). Sum of RGB (Red+Green+Blue) = 17+39+113=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 113 (44.53% from 255 or 66.86% from 169); Max value from RGB is 113 - color contains mainly: blue. Hex color #112771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112771 is #EED88E. Grayscale: #282828. Windows color (decimal): -15653007 or 7415569. OLE color: 7415569.

HSL color Cylindrical-coordinate representation of color #112771: hue angle of 226.25º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112771 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 39 113 -
CMYK 0.85 0.65 0 0.56
HSL 226.25º 0.74% 0.25% -
HSV(B) 226.25º 0.85% 0.44% -
XYZ 3.94 2.76 15.95 -
YUV 40.86 168.71 110.98 -
System Red Green Blue C M Y K H S L
Decimal 17 39 113 0.85 0.65 0 0.56 226.25 0.74 0.25
Hex 11 27 71 55 41 0 38 E2 4A 19
Octal 21 47 161 125 101 0 70 342 112 31
Binary 10001 100111 1110001 1010101 1000001 0 111000 11100010 1001010 11001

Color Harmonies of #112771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112771

Black with #112771

Text Example


Text Example

White with #112771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112771; }

 p { color: rgb(17,39,113); }

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

background-color css

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

 a { background-color: rgb(17,39,113); }

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

border-color css

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

 span { border-color: rgb(17,39,113); }

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