#152773

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

Shades of Sapphire #152773

Tints of Sapphire #152773

Color information

#152773 (or 0x152773) is unknown color: approx Sapphire. HEX triplet: 15, 27 and 73. RGB value is (21,39,115). Sum of RGB (Red+Green+Blue) = 21+39+115=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #152773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152773 is #EAD88C. Grayscale: #292929. Windows color (decimal): -15390861 or 7546645. OLE color: 7546645.

HSL color Cylindrical-coordinate representation of color #152773: hue angle of 228.51º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152773 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2139115-
CMYK0.820.6600.55
HSL228.51º69.12%26.67%-
HSV(B)228.51º81.74%45.1%-
XYZ4.132.8516.55-
YUV42.28169.04112.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 115 (45.31% from 255) = 65.71%
R=12%
G=22.29%
B=65.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21391150.820.6600.55228.5169.1226.67
Hex1527735242037e5451b
Octal254716312210206734510533
Binary10101100111111001110100101000010011011111100101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152773; }

 p { color: rgb(21,39,115); }

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

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

 a { background-color: rgb(21,39,115); }

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

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

 span { border-color: rgb(21,39,115); }

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