#153161

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

Shades of Sapphire #153161

Tints of Sapphire #153161

Color information

#153161 (or 0x153161) is unknown color: approx Sapphire. HEX triplet: 15, 31 and 61. RGB value is (21,49,97). Sum of RGB (Red+Green+Blue) = 21+49+97=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #153161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153161 is #EACE9E. Grayscale: #2D2D2D. Windows color (decimal): -15388319 or 6369557. OLE color: 6369557.

HSL color Cylindrical-coordinate representation of color #153161: hue angle of 217.89º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #153161 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB214997-
CMYK0.780.4900.62
HSL217.89º64.41%23.14%-
HSV(B)217.89º78.35%38.04%-
XYZ3.573.2211.74-
YUV46.1156.72110.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 97 (38.28% from 255) = 58.08%
R=12.57%
G=29.34%
B=58.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2149970.780.4900.62217.8964.4123.14
Hex1531614E3103Eda4017
Octal25611411166107633210027
Binary1010111000111000011001110110001011111011011010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153161; }

 p { color: rgb(21,49,97); }

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

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

 a { background-color: rgb(21,49,97); }

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

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

 span { border-color: rgb(21,49,97); }

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