Html Css Color HEX #111E66 Sapphire

📋 copy color: '#111E66'

red 17 ◦ green 30 ◦ blue 102

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

Shades of Sapphire #111E66

Tints of Sapphire #111E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 68.46%

R = 11.41%
G = 20.13%
B = 68.46%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#111E66 (or 0x111E66) is known color: Sapphire. HEX triplet: 11, 1E and 66. RGB value is (17,30,102). Sum of RGB (Red+Green+Blue) = 17+30+102=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 102 (40.23% from 255 or 68.46% from 149); Max value from RGB is 102 - color contains mainly: blue. Hex color #111E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E66 is #EEE199. Grayscale: #222222. Windows color (decimal): -15655322 or 6692369. OLE color: 6692369.

HSL color Cylindrical-coordinate representation of color #111E66: hue angle of 230.82º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111E66 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 30 102 -
CMYK 0.83 0.71 0 0.6
HSL 230.82º 0.71% 0.23% -
HSV(B) 230.82º 0.83% 0.4% -
XYZ 3.09 2.01 12.79 -
YUV 34.32 166.19 115.65 -
System Red Green Blue C M Y K H S L
Decimal 17 30 102 0.83 0.71 0 0.6 230.82 0.71 0.23
Hex 11 1E 66 53 47 0 3C E7 47 17
Octal 21 36 146 123 107 0 74 347 107 27
Binary 10001 11110 1100110 1010011 1000111 0 111100 11100111 1000111 10111

Color Harmonies of #111E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111E66

Black with #111E66

Text Example


Text Example

White with #111E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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