Html Css Color HEX #11226A Sapphire

📋 copy color: '#11226A'

red 17 ◦ green 34 ◦ blue 106

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

Shades of Sapphire #11226A

Tints of Sapphire #11226A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.66%

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

R = 10.83%
G = 21.66%
B = 67.52%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11226A (or 0x11226A) is known color: Sapphire. HEX triplet: 11, 22 and 6A. RGB value is (17,34,106). Sum of RGB (Red+Green+Blue) = 17+34+106=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #11226A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11226A is #EEDD95. Grayscale: #242424. Windows color (decimal): -15654294 or 6955537. OLE color: 6955537.

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

Color convert

RGB 17 34 106 -
CMYK 0.84 0.68 0 0.58
HSL 228.54º 0.72% 0.24% -
HSV(B) 228.54º 0.84% 0.42% -
XYZ 3.4 2.3 13.9 -
YUV 37.13 166.87 113.65 -
System Red Green Blue C M Y K H S L
Decimal 17 34 106 0.84 0.68 0 0.58 228.54 0.72 0.24
Hex 11 22 6A 54 44 0 3A E5 48 18
Octal 21 42 152 124 104 0 72 345 110 30
Binary 10001 100010 1101010 1010100 1000100 0 111010 11100101 1001000 11000

Color Harmonies of #11226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11226A

Black with #11226A

Text Example


Text Example

White with #11226A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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