#11267C

Color #11267C Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #11267C

Tints of Sapphire #11267C

Color information

#11267C (or 0x11267C) is unknown color: approx Sapphire. HEX triplet: 11, 26 and 7C. RGB value is (17,38,124). Sum of RGB (Red+Green+Blue) = 17+38+124=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #11267C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11267C is #EED983. Grayscale: #292929. Windows color (decimal): -15653252 or 8136209. OLE color: 8136209.

HSL color Cylindrical-coordinate representation of color #11267C: hue angle of 228.22º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11267C is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1738124-
CMYK0.860.6900.51
HSL228.22º75.89%27.65%-
HSV(B)228.22º86.29%48.63%-
XYZ4.562.9619.4-
YUV41.52174.54110.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 124 (48.83% from 255) = 69.27%
R=9.50%
G=21.23%
B=69.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17381240.860.6900.51228.2275.8927.65
Hex11267C5645033e44c1c
Octal214617412610506334411434
Binary10001100110111110010101101000101011001111100100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11267C;
 }
 .AnyTagClassName
 {
   color: #11267C;
 }
</style>
background-color css

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

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

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

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

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

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