Html Css Color HEX #11266C Sapphire

📋 copy color: '#11266C'

red 17 ◦ green 38 ◦ blue 108

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

Shades of Sapphire #11266C

Tints of Sapphire #11266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 66.26%

R = 10.43%
G = 23.31%
B = 66.26%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11266C (or 0x11266C) is known color: Sapphire. HEX triplet: 11, 26 and 6C. RGB value is (17,38,108). Sum of RGB (Red+Green+Blue) = 17+38+108=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #11266C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11266C is #EED993. Grayscale: #272727. Windows color (decimal): -15653268 or 7087633. OLE color: 7087633.

HSL color Cylindrical-coordinate representation of color #11266C: hue angle of 226.15º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11266C is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 38 108 -
CMYK 0.84 0.65 0 0.58
HSL 226.15º 0.73% 0.25% -
HSV(B) 226.15º 0.84% 0.42% -
XYZ 3.63 2.59 14.5 -
YUV 39.7 166.54 111.81 -
System Red Green Blue C M Y K H S L
Decimal 17 38 108 0.84 0.65 0 0.58 226.15 0.73 0.25
Hex 11 26 6C 54 41 0 3A E2 49 19
Octal 21 46 154 124 101 0 72 342 111 31
Binary 10001 100110 1101100 1010100 1000001 0 111010 11100010 1001001 11001

Color Harmonies of #11266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11266C

Black with #11266C

Text Example


Text Example

White with #11266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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