Html Css Color HEX #11296A Sapphire

📋 copy color: '#11296A'

red 17 ◦ green 41 ◦ blue 106

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

Shades of Sapphire #11296A

Tints of Sapphire #11296A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25%

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

R = 10.37%
G = 25%
B = 64.63%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11296A (or 0x11296A) is known color: Sapphire. HEX triplet: 11, 29 and 6A. RGB value is (17,41,106). Sum of RGB (Red+Green+Blue) = 17+41+106=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 106 (41.80% from 255 or 64.63% from 164); Max value from RGB is 106 - color contains mainly: blue. Hex color #11296A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11296A is #EED695. Grayscale: #282828. Windows color (decimal): -15652502 or 6957329. OLE color: 6957329.

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

Color convert

RGB 17 41 106 -
CMYK 0.84 0.61 0 0.58
HSL 223.82º 0.72% 0.24% -
HSV(B) 223.82º 0.84% 0.42% -
XYZ 3.63 2.75 13.97 -
YUV 41.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 17 41 106 0.84 0.61 0 0.58 223.82 0.72 0.24
Hex 11 29 6A 54 3D 0 3A E0 48 18
Octal 21 51 152 124 75 0 72 340 110 30
Binary 10001 101001 1101010 1010100 111101 0 111010 11100000 1001000 11000

Color Harmonies of #11296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11296A

Black with #11296A

Text Example


Text Example

White with #11296A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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