#152970

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

Shades of Sapphire #152970

Tints of Sapphire #152970

Color information

#152970 (or 0x152970) is unknown color: approx Sapphire. HEX triplet: 15, 29 and 70. RGB value is (21,41,112). Sum of RGB (Red+Green+Blue) = 21+41+112=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #152970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152970 is #EAD68F. Grayscale: #2A2A2A. Windows color (decimal): -15390352 or 7350549. OLE color: 7350549.

HSL color Cylindrical-coordinate representation of color #152970: hue angle of 226.81º degrees, saturation: 0.68, 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 #152970 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2141112-
CMYK0.810.6300.56
HSL226.81º68.42%26.08%-
HSV(B)226.81º81.25%43.92%-
XYZ4.032.9215.68-
YUV43.11166.87112.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=12.07%
G=23.56%
B=64.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21411120.810.6300.56226.8168.4226.08
Hex152970513F038e3441a
Octal25511601217707034310432
Binary1010110100111100001010001111111011100011100011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152970; }

 p { color: rgb(21,41,112); }

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

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

 a { background-color: rgb(21,41,112); }

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

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

 span { border-color: rgb(21,41,112); }

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