Html Css Color HEX #111F50 Sapphire

📋 copy color: '#111F50'

red 17 ◦ green 31 ◦ blue 80

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

Shades of Sapphire #111F50

Tints of Sapphire #111F50

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.22%

 BLUE value IS 80 (31.64% from 255) = 62.5%

R = 13.28%
G = 24.22%
B = 62.5%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#111F50 (or 0x111F50) is known color: Sapphire. HEX triplet: 11, 1F and 50. RGB value is (17,31,80). Sum of RGB (Red+Green+Blue) = 17+31+80=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #111F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F50 is #EEE0AF. Grayscale: #202020. Windows color (decimal): -15655088 or 5250833. OLE color: 5250833.

HSL color Cylindrical-coordinate representation of color #111F50: hue angle of 226.67º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #111F50 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 31 80 -
CMYK 0.79 0.61 0 0.69
HSL 226.67º 0.65% 0.19% -
HSV(B) 226.67º 0.79% 0.31% -
XYZ 2.17 1.68 7.8 -
YUV 32.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 17 31 80 0.79 0.61 0 0.69 226.67 0.65 0.19
Hex 11 1F 50 4F 3D 0 45 E3 41 13
Octal 21 37 120 117 75 0 105 343 101 23
Binary 10001 11111 1010000 1001111 111101 0 1000101 11100011 1000001 10011

Color Harmonies of #111F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F50

Black with #111F50

Text Example


Text Example

White with #111F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111F50; }

 p { color: rgb(17,31,80); }

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

background-color css

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

 a { background-color: rgb(17,31,80); }

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

border-color css

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

 span { border-color: rgb(17,31,80); }

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