Html Css Color HEX #111F66 Sapphire

📋 copy color: '#111F66'

red 17 ◦ green 31 ◦ blue 102

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

Shades of Sapphire #111F66

Tints of Sapphire #111F66

RGB

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

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

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

R = 11.33%
G = 20.67%
B = 68%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#111F66 (or 0x111F66) is known color: Sapphire. HEX triplet: 11, 1F and 66. RGB value is (17,31,102). Sum of RGB (Red+Green+Blue) = 17+31+102=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #111F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F66 is #EEE099. Grayscale: #222222. Windows color (decimal): -15655066 or 6692625. OLE color: 6692625.

HSL color Cylindrical-coordinate representation of color #111F66: hue angle of 230.12º 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 #111F66 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 31 102 -
CMYK 0.83 0.70 0 0.6
HSL 230.12º 0.71% 0.23% -
HSV(B) 230.12º 0.83% 0.4% -
XYZ 3.12 2.06 12.8 -
YUV 34.91 165.86 115.23 -
System Red Green Blue C M Y K H S L
Decimal 17 31 102 0.83 0.70 0 0.6 230.12 0.71 0.23
Hex 11 1F 66 53 46 0 3C E6 47 17
Octal 21 37 146 123 106 0 74 346 107 27
Binary 10001 11111 1100110 1010011 1000110 0 111100 11100110 1000111 10111

Color Harmonies of #111F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F66

Black with #111F66

Text Example


Text Example

White with #111F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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