#153167

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

Shades of Sapphire #153167

Tints of Sapphire #153167

Color information

#153167 (or 0x153167) is unknown color: approx Sapphire. HEX triplet: 15, 31 and 67. RGB value is (21,49,103). Sum of RGB (Red+Green+Blue) = 21+49+103=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 103 (40.62% from 255 or 59.54% from 173); Max value from RGB is 103 - color contains mainly: blue. Hex color #153167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153167 is #EACE98. Grayscale: #2E2E2E. Windows color (decimal): -15388313 or 6762773. OLE color: 6762773.

HSL color Cylindrical-coordinate representation of color #153167: hue angle of 219.51º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153167 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2149103-
CMYK0.800.5200.60
HSL219.51º66.13%24.31%-
HSV(B)219.51º79.61%40.39%-
XYZ3.863.3413.27-
YUV46.78159.72109.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 103 (40.62% from 255) = 59.54%
R=12.14%
G=28.32%
B=59.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21491030.800.5200.60219.5166.1324.31
Hex153167503403Cdc4218
Octal25611471206407433410230
Binary1010111000111001111010000110100011110011011100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153167; }

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

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

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

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

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

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

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

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