Html Css Color HEX #111F69 Sapphire

📋 copy color: '#111F69'

red 17 ◦ green 31 ◦ blue 105

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

Shades of Sapphire #111F69

Tints of Sapphire #111F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 68.63%

R = 11.11%
G = 20.26%
B = 68.63%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#111F69 (or 0x111F69) is known color: Sapphire. HEX triplet: 11, 1F and 69. RGB value is (17,31,105). Sum of RGB (Red+Green+Blue) = 17+31+105=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 105 (41.41% from 255 or 68.63% from 153); Max value from RGB is 105 - color contains mainly: blue. Hex color #111F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F69 is #EEE096. Grayscale: #222222. Windows color (decimal): -15655063 or 6889233. OLE color: 6889233.

HSL color Cylindrical-coordinate representation of color #111F69: hue angle of 230.45º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #111F69 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 31 105 -
CMYK 0.84 0.70 0 0.59
HSL 230.45º 0.72% 0.24% -
HSV(B) 230.45º 0.84% 0.41% -
XYZ 3.27 2.12 13.6 -
YUV 35.25 167.36 114.98 -
System Red Green Blue C M Y K H S L
Decimal 17 31 105 0.84 0.70 0 0.59 230.45 0.72 0.24
Hex 11 1F 69 54 46 0 3B E6 48 18
Octal 21 37 151 124 106 0 73 346 110 30
Binary 10001 11111 1101001 1010100 1000110 0 111011 11100110 1001000 11000

Color Harmonies of #111F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F69

Black with #111F69

Text Example


Text Example

White with #111F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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