Html Css Color HEX #11246A Sapphire

📋 copy color: '#11246A'

red 17 ◦ green 36 ◦ blue 106

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

Shades of Sapphire #11246A

Tints of Sapphire #11246A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.64%

 BLUE value IS 106 (41.8% from 255) = 66.67%

R = 10.69%
G = 22.64%
B = 66.67%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11246A (or 0x11246A) is known color: Sapphire. HEX triplet: 11, 24 and 6A. RGB value is (17,36,106). Sum of RGB (Red+Green+Blue) = 17+36+106=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 106 (41.80% from 255 or 66.67% from 159); Max value from RGB is 106 - color contains mainly: blue. Hex color #11246A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11246A is #EEDB95. Grayscale: #262626. Windows color (decimal): -15653782 or 6956049. OLE color: 6956049.

HSL color Cylindrical-coordinate representation of color #11246A: hue angle of 227.19º degrees, saturation: 0.72, 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 #11246A is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 36 106 -
CMYK 0.84 0.66 0 0.58
HSL 227.19º 0.72% 0.24% -
HSV(B) 227.19º 0.84% 0.42% -
XYZ 3.46 2.42 13.92 -
YUV 38.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 17 36 106 0.84 0.66 0 0.58 227.19 0.72 0.24
Hex 11 24 6A 54 42 0 3A E3 48 18
Octal 21 44 152 124 102 0 72 343 110 30
Binary 10001 100100 1101010 1010100 1000010 0 111010 11100011 1001000 11000

Color Harmonies of #11246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11246A

Black with #11246A

Text Example


Text Example

White with #11246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11246A; }

 p { color: rgb(17,36,106); }

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

background-color css

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

 a { background-color: rgb(17,36,106); }

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

border-color css

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

 span { border-color: rgb(17,36,106); }

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