Html Css Color HEX #112166 Sapphire

📋 copy color: '#112166'

red 17 ◦ green 33 ◦ blue 102

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

Shades of Sapphire #112166

Tints of Sapphire #112166

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.71%

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

R = 11.18%
G = 21.71%
B = 67.11%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#112166 (or 0x112166) is known color: Sapphire. HEX triplet: 11, 21 and 66. RGB value is (17,33,102). Sum of RGB (Red+Green+Blue) = 17+33+102=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 102 (40.23% from 255 or 67.11% from 152); Max value from RGB is 102 - color contains mainly: blue. Hex color #112166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112166 is #EEDE99. Grayscale: #232323. Windows color (decimal): -15654554 or 6693137. OLE color: 6693137.

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

Color convert

RGB 17 33 102 -
CMYK 0.83 0.68 0 0.6
HSL 228.71º 0.71% 0.23% -
HSV(B) 228.71º 0.83% 0.4% -
XYZ 3.17 2.17 12.82 -
YUV 36.08 165.2 114.39 -
System Red Green Blue C M Y K H S L
Decimal 17 33 102 0.83 0.68 0 0.6 228.71 0.71 0.23
Hex 11 21 66 53 44 0 3C E5 47 17
Octal 21 41 146 123 104 0 74 345 107 27
Binary 10001 100001 1100110 1010011 1000100 0 111100 11100101 1000111 10111

Color Harmonies of #112166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112166

Black with #112166

Text Example


Text Example

White with #112166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112166; }

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

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

background-color css

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

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

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

border-color css

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

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

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