#152954

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

Shades of Sapphire #152954

Tints of Sapphire #152954

Color information

#152954 (or 0x152954) is unknown color: approx Sapphire. HEX triplet: 15, 29 and 54. RGB value is (21,41,84). Sum of RGB (Red+Green+Blue) = 21+41+84=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 84 (33.20% from 255 or 57.53% from 146); Max value from RGB is 84 - color contains mainly: blue. Hex color #152954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152954 is #EAD6AB. Grayscale: #272727. Windows color (decimal): -15390380 or 5515541. OLE color: 5515541.

HSL color Cylindrical-coordinate representation of color #152954: hue angle of 220.95º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #152954 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB214184-
CMYK0.750.5100.67
HSL220.95º60%20.59%-
HSV(B)220.95º75%32.94%-
XYZ2.72.398.71-
YUV39.92152.87114.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.38%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 84 (33.20% from 255) = 57.53%
R=14.38%
G=28.08%
B=57.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2141840.750.5100.67220.956020.59
Hex1529544B33043dd3c15
Octal25511241136301033357425
Binary1010110100110101001001011110011010000111101110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152954; }

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

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

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

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

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

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

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

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