Html Css Color HEX #11266A Sapphire

📋 copy color: '#11266A'

red 17 ◦ green 38 ◦ blue 106

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

Shades of Sapphire #11266A

Tints of Sapphire #11266A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.6%

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

R = 10.56%
G = 23.6%
B = 65.84%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11266A (or 0x11266A) is known color: Sapphire. HEX triplet: 11, 26 and 6A. RGB value is (17,38,106). Sum of RGB (Red+Green+Blue) = 17+38+106=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #11266A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11266A is #EED995. Grayscale: #272727. Windows color (decimal): -15653270 or 6956561. OLE color: 6956561.

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

Color convert

RGB 17 38 106 -
CMYK 0.84 0.64 0 0.58
HSL 225.84º 0.72% 0.24% -
HSV(B) 225.84º 0.84% 0.42% -
XYZ 3.53 2.55 13.94 -
YUV 39.47 165.54 111.97 -
System Red Green Blue C M Y K H S L
Decimal 17 38 106 0.84 0.64 0 0.58 225.84 0.72 0.24
Hex 11 26 6A 54 40 0 3A E2 48 18
Octal 21 46 152 124 100 0 72 342 110 30
Binary 10001 100110 1101010 1010100 1000000 0 111010 11100010 1001000 11000

Color Harmonies of #11266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11266A

Black with #11266A

Text Example


Text Example

White with #11266A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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