#11277F

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

Shades of Sapphire #11277F

Tints of Sapphire #11277F

Color information

#11277F (or 0x11277F) is unknown color: approx Sapphire. HEX triplet: 11, 27 and 7F. RGB value is (17,39,127). Sum of RGB (Red+Green+Blue) = 17+39+127=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #11277F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11277F is #EED880. Grayscale: #2A2A2A. Windows color (decimal): -15652993 or 8333073. OLE color: 8333073.

HSL color Cylindrical-coordinate representation of color #11277F: hue angle of 228º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11277F is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1739127-
CMYK0.870.6900.50
HSL228º76.39%28.24%-
HSV(B)228º86.61%49.8%-
XYZ4.793.120.43-
YUV42.45175.71109.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.29%
GREEN value IS 39 (15.62% from 255) = 21.31%
BLUE value IS 127 (50% from 255) = 69.40%
R=9.29%
G=21.31%
B=69.40%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17391270.870.6900.5022876.3928.24
Hex11277F5745032e44c1c
Octal214717712710506234411434
Binary10001100111111111110101111000101011001011100100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11277F; }

 p { color: rgb(17,39,127); }

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

<style>
 a { background-color: #11277F; }

 a { background-color: rgb(17,39,127); }

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

<style>
 span { border-color: #11277F; }

 span { border-color: rgb(17,39,127); }

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