Html Css Color HEX #111F51 Sapphire

📋 copy color: '#111F51'

red 17 ◦ green 31 ◦ blue 81

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

Shades of Sapphire #111F51

Tints of Sapphire #111F51

RGB

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

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

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

R = 13.18%
G = 24.03%
B = 62.79%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#111F51 (or 0x111F51) is known color: Sapphire. HEX triplet: 11, 1F and 51. RGB value is (17,31,81). Sum of RGB (Red+Green+Blue) = 17+31+81=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 81 (32.03% from 255 or 62.79% from 129); Max value from RGB is 81 - color contains mainly: blue. Hex color #111F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F51 is #EEE0AE. Grayscale: #202020. Windows color (decimal): -15655087 or 5316369. OLE color: 5316369.

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

Color convert

RGB 17 31 81 -
CMYK 0.79 0.62 0 0.68
HSL 226.88º 0.65% 0.19% -
HSV(B) 226.88º 0.79% 0.32% -
XYZ 2.21 1.69 8 -
YUV 32.51 155.36 116.93 -
System Red Green Blue C M Y K H S L
Decimal 17 31 81 0.79 0.62 0 0.68 226.88 0.65 0.19
Hex 11 1F 51 4F 3E 0 44 E3 41 13
Octal 21 37 121 117 76 0 104 343 101 23
Binary 10001 11111 1010001 1001111 111110 0 1000100 11100011 1000001 10011

Color Harmonies of #111F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F51

Black with #111F51

Text Example


Text Example

White with #111F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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