#152653

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

Shades of Sapphire #152653

Tints of Sapphire #152653

Color information

#152653 (or 0x152653) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 53. RGB value is (21,38,83). Sum of RGB (Red+Green+Blue) = 21+38+83=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #152653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152653 is #EAD9AC. Grayscale: #252525. Windows color (decimal): -15391149 or 5449237. OLE color: 5449237.

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

Color convert

RGB213883-
CMYK0.750.5400.67
HSL223.55º59.62%20.39%-
HSV(B)223.55º74.7%32.55%-
XYZ2.562.178.47-
YUV38.05153.37115.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.79%
GREEN value IS 38 (15.23% from 255) = 26.76%
BLUE value IS 83 (32.81% from 255) = 58.45%
R=14.79%
G=26.76%
B=58.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2138830.750.5400.67223.5559.6220.39
Hex1526534B36043e03c14
Octal25461231136601033407424
Binary1010110011010100111001011110110010000111110000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152653; }

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

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

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

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

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

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

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

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