#152255

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

Shades of Sapphire #152255

Tints of Sapphire #152255

Color information

#152255 (or 0x152255) is unknown color: approx Sapphire. HEX triplet: 15, 22 and 55. RGB value is (21,34,85). Sum of RGB (Red+Green+Blue) = 21+34+85=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #152255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152255 is #EADDAA. Grayscale: #232323. Windows color (decimal): -15392171 or 5579285. OLE color: 5579285.

HSL color Cylindrical-coordinate representation of color #152255: hue angle of 227.81º 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 #152255 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB213485-
CMYK0.750.6000.67
HSL227.81º60.38%20.78%-
HSV(B)227.81º75.29%33.33%-
XYZ2.521.968.84-
YUV35.93155.69117.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 85 (33.59% from 255) = 60.71%
R=15%
G=24.29%
B=60.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2134850.750.6000.67227.8160.3820.78
Hex1522554B3C043e43c15
Octal25421251137401033447425
Binary1010110001010101011001011111100010000111110010011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152255; }

 p { color: rgb(21,34,85); }

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

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

 a { background-color: rgb(21,34,85); }

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

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

 span { border-color: rgb(21,34,85); }

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