#153377

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

Shades of Sapphire #153377

Tints of Sapphire #153377

Color information

#153377 (or 0x153377) is unknown color: approx Sapphire. HEX triplet: 15, 33 and 77. RGB value is (21,51,119). Sum of RGB (Red+Green+Blue) = 21+51+119=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #153377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153377 is #EACC88. Grayscale: #313131. Windows color (decimal): -15387785 or 7811861. OLE color: 7811861.

HSL color Cylindrical-coordinate representation of color #153377: hue angle of 221.63º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153377 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2151119-
CMYK0.820.5700.53
HSL221.63º70%27.45%-
HSV(B)221.63º82.35%46.67%-
XYZ4.823.8617.94-
YUV49.78167.06107.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.99%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 119 (46.88% from 255) = 62.30%
R=10.99%
G=26.70%
B=62.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21511190.820.5700.53221.637027.45
Hex1533775239035de461b
Octal25631671227106533610633
Binary1010111001111101111010010111001011010111011110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153377; }

 p { color: rgb(21,51,119); }

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

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

 a { background-color: rgb(21,51,119); }

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

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

 span { border-color: rgb(21,51,119); }

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