#152672

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

Shades of Sapphire #152672

Tints of Sapphire #152672

Color information

#152672 (or 0x152672) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 72. RGB value is (21,38,114). Sum of RGB (Red+Green+Blue) = 21+38+114=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #152672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152672 is #EAD98D. Grayscale: #292929. Windows color (decimal): -15391118 or 7480853. OLE color: 7480853.

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

Color convert

RGB2138114-
CMYK0.820.6700.55
HSL229.03º68.89%26.47%-
HSV(B)229.03º81.58%44.71%-
XYZ4.042.7616.24-
YUV41.58168.87113.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.14%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 114 (44.92% from 255) = 65.90%
R=12.14%
G=21.97%
B=65.90%

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
Decimal21381140.820.6700.55229.0368.8926.47
Hex1526725243037e5451a
Octal254616212210306734510532
Binary10101100110111001010100101000011011011111100101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152672; }

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

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

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

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

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

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

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

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