Html Css Color HEX #11286A Sapphire

📋 copy color: '#11286A'

red 17 ◦ green 40 ◦ blue 106

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

Shades of Sapphire #11286A

Tints of Sapphire #11286A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.54%

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

R = 10.43%
G = 24.54%
B = 65.03%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11286A (or 0x11286A) is known color: Sapphire. HEX triplet: 11, 28 and 6A. RGB value is (17,40,106). Sum of RGB (Red+Green+Blue) = 17+40+106=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #11286A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11286A is #EED795. Grayscale: #282828. Windows color (decimal): -15652758 or 6957073. OLE color: 6957073.

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

Color convert

RGB 17 40 106 -
CMYK 0.84 0.62 0 0.58
HSL 224.49º 0.72% 0.24% -
HSV(B) 224.49º 0.84% 0.42% -
XYZ 3.59 2.68 13.96 -
YUV 40.65 164.88 111.13 -
System Red Green Blue C M Y K H S L
Decimal 17 40 106 0.84 0.62 0 0.58 224.49 0.72 0.24
Hex 11 28 6A 54 3E 0 3A E0 48 18
Octal 21 50 152 124 76 0 72 340 110 30
Binary 10001 101000 1101010 1010100 111110 0 111010 11100000 1001000 11000

Color Harmonies of #11286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11286A

Black with #11286A

Text Example


Text Example

White with #11286A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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