#152673

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

Shades of Sapphire #152673

Tints of Sapphire #152673

Color information

#152673 (or 0x152673) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 73. RGB value is (21,38,115). Sum of RGB (Red+Green+Blue) = 21+38+115=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #152673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152673 is #EAD98C. Grayscale: #292929. Windows color (decimal): -15391117 or 7546389. OLE color: 7546389.

HSL color Cylindrical-coordinate representation of color #152673: hue angle of 229.15º 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 #152673 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2138115-
CMYK0.820.6700.55
HSL229.15º69.12%26.67%-
HSV(B)229.15º81.74%45.1%-
XYZ4.12.7816.54-
YUV41.7169.37113.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 115 (45.31% from 255) = 66.09%
R=12.07%
G=21.84%
B=66.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21381150.820.6700.55229.1569.1226.67
Hex1526735243037e5451b
Octal254616312210306734510533
Binary10101100110111001110100101000011011011111100101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152673; }

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

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

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

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

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

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

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

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