Html Css Color HEX #11216B Sapphire

📋 copy color: '#11216B'

red 17 ◦ green 33 ◦ blue 107

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

Shades of Sapphire #11216B

Tints of Sapphire #11216B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 68.15%

R = 10.83%
G = 21.02%
B = 68.15%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11216B (or 0x11216B) is known color: Sapphire. HEX triplet: 11, 21 and 6B. RGB value is (17,33,107). Sum of RGB (Red+Green+Blue) = 17+33+107=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 107 (42.19% from 255 or 68.15% from 157); Max value from RGB is 107 - color contains mainly: blue. Hex color #11216B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11216B is #EEDE94. Grayscale: #242424. Windows color (decimal): -15654549 or 7020817. OLE color: 7020817.

HSL color Cylindrical-coordinate representation of color #11216B: hue angle of 229.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11216B is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 33 107 -
CMYK 0.84 0.69 0 0.58
HSL 229.33º 0.73% 0.24% -
HSV(B) 229.33º 0.84% 0.42% -
XYZ 3.43 2.27 14.17 -
YUV 36.65 167.7 113.98 -
System Red Green Blue C M Y K H S L
Decimal 17 33 107 0.84 0.69 0 0.58 229.33 0.73 0.24
Hex 11 21 6B 54 45 0 3A E5 49 18
Octal 21 41 153 124 105 0 72 345 111 30
Binary 10001 100001 1101011 1010100 1000101 0 111010 11100101 1001001 11000

Color Harmonies of #11216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11216B

Black with #11216B

Text Example


Text Example

White with #11216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11216B; }

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

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

background-color css

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

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

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

border-color css

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

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

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