Html Css Color HEX #111E63 Sapphire

📋 copy color: '#111E63'

red 17 ◦ green 30 ◦ blue 99

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

Shades of Sapphire #111E63

Tints of Sapphire #111E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 67.81%

R = 11.64%
G = 20.55%
B = 67.81%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#111E63 (or 0x111E63) is known color: Sapphire. HEX triplet: 11, 1E and 63. RGB value is (17,30,99). Sum of RGB (Red+Green+Blue) = 17+30+99=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 99 (39.06% from 255 or 67.81% from 146); Max value from RGB is 99 - color contains mainly: blue. Hex color #111E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E63 is #EEE19C. Grayscale: #212121. Windows color (decimal): -15655325 or 6495761. OLE color: 6495761.

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

Color convert

RGB 17 30 99 -
CMYK 0.83 0.70 0 0.61
HSL 230.49º 0.71% 0.23% -
HSV(B) 230.49º 0.83% 0.39% -
XYZ 2.95 1.95 12.03 -
YUV 33.98 164.69 115.89 -
System Red Green Blue C M Y K H S L
Decimal 17 30 99 0.83 0.70 0 0.61 230.49 0.71 0.23
Hex 11 1E 63 53 46 0 3D E6 47 17
Octal 21 36 143 123 106 0 75 346 107 27
Binary 10001 11110 1100011 1010011 1000110 0 111101 11100110 1000111 10111

Color Harmonies of #111E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111E63

Black with #111E63

Text Example


Text Example

White with #111E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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