#152671

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

Shades of Sapphire #152671

Tints of Sapphire #152671

Color information

#152671 (or 0x152671) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 71. RGB value is (21,38,113). Sum of RGB (Red+Green+Blue) = 21+38+113=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 113 (44.53% from 255 or 65.70% from 172); Max value from RGB is 113 - color contains mainly: blue. Hex color #152671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152671 is #EAD98E. Grayscale: #292929. Windows color (decimal): -15391119 or 7415317. OLE color: 7415317.

HSL color Cylindrical-coordinate representation of color #152671: hue angle of 228.91º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152671 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2138113-
CMYK0.810.6600.56
HSL228.91º68.66%26.27%-
HSV(B)228.91º81.42%44.31%-
XYZ3.982.7415.94-
YUV41.47168.37113.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 38 (15.23% from 255) = 22.09%
BLUE value IS 113 (44.53% from 255) = 65.70%
R=12.21%
G=22.09%
B=65.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21381130.810.6600.56228.9168.6626.27
Hex1526715142038e5451a
Octal254616112110207034510532
Binary10101100110111000110100011000010011100011100101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152671; }

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

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

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

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

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

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

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

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