#152A5A

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

Shades of Sapphire #152A5A

Tints of Sapphire #152A5A

Color information

#152A5A (or 0x152A5A) is unknown color: approx Sapphire. HEX triplet: 15, 2A and 5A. RGB value is (21,42,90). Sum of RGB (Red+Green+Blue) = 21+42+90=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #152A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A5A is #EAD5A5. Grayscale: #282828. Windows color (decimal): -15390118 or 5909013. OLE color: 5909013.

HSL color Cylindrical-coordinate representation of color #152A5A: hue angle of 221.74º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #152A5A is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB214290-
CMYK0.770.5300.65
HSL221.74º62.16%21.76%-
HSV(B)221.74º76.67%35.29%-
XYZ2.982.5510.01-
YUV41.19155.54113.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.73%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 90 (35.55% from 255) = 58.82%
R=13.73%
G=27.45%
B=58.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2142900.770.5300.65221.7462.1621.76
Hex152A5A4D35041de3e16
Octal25521321156501013367626
Binary1010110101010110101001101110101010000011101111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152A5A; }

 p { color: rgb(21,42,90); }

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

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

 a { background-color: rgb(21,42,90); }

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

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

 span { border-color: rgb(21,42,90); }

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