Html Css Color HEX #11205D Sapphire

📋 copy color: '#11205D'

red 17 ◦ green 32 ◦ blue 93

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

Shades of Sapphire #11205D

Tints of Sapphire #11205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 65.49%

R = 11.97%
G = 22.54%
B = 65.49%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11205D (or 0x11205D) is known color: Sapphire. HEX triplet: 11, 20 and 5D. RGB value is (17,32,93). Sum of RGB (Red+Green+Blue) = 17+32+93=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #11205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11205D is #EEDFA2. Grayscale: #222222. Windows color (decimal): -15654819 or 6103057. OLE color: 6103057.

HSL color Cylindrical-coordinate representation of color #11205D: hue angle of 228.16º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11205D is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 32 93 -
CMYK 0.82 0.66 0 0.64
HSL 228.16º 0.69% 0.22% -
HSV(B) 228.16º 0.82% 0.36% -
XYZ 2.72 1.94 10.59 -
YUV 34.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 17 32 93 0.82 0.66 0 0.64 228.16 0.69 0.22
Hex 11 20 5D 52 42 0 40 E4 45 16
Octal 21 40 135 122 102 0 100 344 105 26
Binary 10001 100000 1011101 1010010 1000010 0 1000000 11100100 1000101 10110

Color Harmonies of #11205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11205D

Black with #11205D

Text Example


Text Example

White with #11205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11205D; }

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

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

background-color css

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

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

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

border-color css

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

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

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