#11337B

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

Shades of Sapphire #11337B

Tints of Sapphire #11337B

Color information

#11337B (or 0x11337B) is unknown color: approx Sapphire. HEX triplet: 11, 33 and 7B. RGB value is (17,51,123). Sum of RGB (Red+Green+Blue) = 17+51+123=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #11337B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11337B is #EECC84. Grayscale: #303030. Windows color (decimal): -15649925 or 8074001. OLE color: 8074001.

HSL color Cylindrical-coordinate representation of color #11337B: hue angle of 220.75º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11337B is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1751123-
CMYK0.860.5900.52
HSL220.75º75.71%27.45%-
HSV(B)220.75º86.18%48.24%-
XYZ4.993.9219.23-
YUV49.04169.74105.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.90%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 123 (48.44% from 255) = 64.40%
R=8.90%
G=26.70%
B=64.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17511230.860.5900.52220.7575.7127.45
Hex11337B563B034dd4c1b
Octal21631731267306433511433
Binary1000111001111110111010110111011011010011011101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11337B; }

 p { color: rgb(17,51,123); }

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

<style>
 a { background-color: #11337B; }

 a { background-color: rgb(17,51,123); }

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

<style>
 span { border-color: #11337B; }

 span { border-color: rgb(17,51,123); }

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