#153364

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

Shades of Sapphire #153364

Tints of Sapphire #153364

Color information

#153364 (or 0x153364) is unknown color: approx Sapphire. HEX triplet: 15, 33 and 64. RGB value is (21,51,100). Sum of RGB (Red+Green+Blue) = 21+51+100=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #153364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153364 is #EACC9B. Grayscale: #2F2F2F. Windows color (decimal): -15387804 or 6566677. OLE color: 6566677.

HSL color Cylindrical-coordinate representation of color #153364: hue angle of 217.22º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #153364 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2151100-
CMYK0.790.4900.61
HSL217.22º65.29%23.73%-
HSV(B)217.22º79%39.22%-
XYZ3.793.4512.52-
YUV47.62157.56109.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 100 (39.45% from 255) = 58.14%
R=12.21%
G=29.65%
B=58.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal21511000.790.4900.61217.2265.2923.73
Hex1533644F3103Dd94118
Octal25631441176107533110130
Binary1010111001111001001001111110001011110111011001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153364; }

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

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

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

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

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

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

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

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