Html Css Color HEX #11206C Sapphire

📋 copy color: '#11206C'

red 17 ◦ green 32 ◦ blue 108

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

Shades of Sapphire #11206C

Tints of Sapphire #11206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.38%

 BLUE value IS 108 (42.58% from 255) = 68.79%

R = 10.83%
G = 20.38%
B = 68.79%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11206C (or 0x11206C) is known color: Sapphire. HEX triplet: 11, 20 and 6C. RGB value is (17,32,108). Sum of RGB (Red+Green+Blue) = 17+32+108=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #11206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11206C is #EEDF93. Grayscale: #232323. Windows color (decimal): -15654804 or 7086097. OLE color: 7086097.

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

Color convert

RGB 17 32 108 -
CMYK 0.84 0.70 0 0.58
HSL 230.11º 0.73% 0.25% -
HSV(B) 230.11º 0.84% 0.42% -
XYZ 3.45 2.23 14.44 -
YUV 36.18 168.53 114.32 -
System Red Green Blue C M Y K H S L
Decimal 17 32 108 0.84 0.70 0 0.58 230.11 0.73 0.25
Hex 11 20 6C 54 46 0 3A E6 49 19
Octal 21 40 154 124 106 0 72 346 111 31
Binary 10001 100000 1101100 1010100 1000110 0 111010 11100110 1001001 11001

Color Harmonies of #11206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11206C

Black with #11206C

Text Example


Text Example

White with #11206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11206C; }

 p { color: rgb(17,32,108); }

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

background-color css

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

 a { background-color: rgb(17,32,108); }

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

border-color css

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

 span { border-color: rgb(17,32,108); }

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