Html Css Color HEX #111E51 Sapphire

📋 copy color: '#111E51'

red 17 ◦ green 30 ◦ blue 81

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

Shades of Sapphire #111E51

Tints of Sapphire #111E51

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.44%

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

R = 13.28%
G = 23.44%
B = 63.28%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#111E51 (or 0x111E51) is known color: Sapphire. HEX triplet: 11, 1E and 51. RGB value is (17,30,81). Sum of RGB (Red+Green+Blue) = 17+30+81=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #111E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E51 is #EEE1AE. Grayscale: #1F1F1F. Windows color (decimal): -15655343 or 5316113. OLE color: 5316113.

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

Color convert

RGB 17 30 81 -
CMYK 0.79 0.63 0 0.68
HSL 227.81º 0.65% 0.19% -
HSV(B) 227.81º 0.79% 0.32% -
XYZ 2.18 1.64 7.99 -
YUV 31.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 17 30 81 0.79 0.63 0 0.68 227.81 0.65 0.19
Hex 11 1E 51 4F 3F 0 44 E4 41 13
Octal 21 36 121 117 77 0 104 344 101 23
Binary 10001 11110 1010001 1001111 111111 0 1000100 11100100 1000001 10011

Color Harmonies of #111E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111E51

Black with #111E51

Text Example


Text Example

White with #111E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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