Html Css Color HEX #11205C Sapphire

📋 copy color: '#11205C'

red 17 ◦ green 32 ◦ blue 92

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

Shades of Sapphire #11205C

Tints of Sapphire #11205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 65.25%

R = 12.06%
G = 22.7%
B = 65.25%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11205C (or 0x11205C) is known color: Sapphire. HEX triplet: 11, 20 and 5C. RGB value is (17,32,92). Sum of RGB (Red+Green+Blue) = 17+32+92=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #11205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11205C is #EEDFA3. Grayscale: #222222. Windows color (decimal): -15654820 or 6037521. OLE color: 6037521.

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

Color convert

RGB 17 32 92 -
CMYK 0.82 0.65 0 0.64
HSL 228º 0.69% 0.21% -
HSV(B) 228º 0.82% 0.36% -
XYZ 2.68 1.92 10.36 -
YUV 34.36 160.53 115.62 -
System Red Green Blue C M Y K H S L
Decimal 17 32 92 0.82 0.65 0 0.64 228 0.69 0.21
Hex 11 20 5C 52 41 0 40 E4 45 15
Octal 21 40 134 122 101 0 100 344 105 25
Binary 10001 100000 1011100 1010010 1000001 0 1000000 11100100 1000101 10101

Color Harmonies of #11205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11205C

Black with #11205C

Text Example


Text Example

White with #11205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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