#152A53

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

Shades of Sapphire #152A53

Tints of Sapphire #152A53

Color information

#152A53 (or 0x152A53) is unknown color: approx Sapphire. HEX triplet: 15, 2A and 53. RGB value is (21,42,83). Sum of RGB (Red+Green+Blue) = 21+42+83=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #152A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A53 is #EAD5AC. Grayscale: #282828. Windows color (decimal): -15390125 or 5450261. OLE color: 5450261.

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

Color convert

RGB214283-
CMYK0.750.4900.67
HSL219.68º59.62%20.39%-
HSV(B)219.68º74.7%32.55%-
XYZ2.72.448.51-
YUV40.39152.04114.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.38%
GREEN value IS 42 (16.80% from 255) = 28.77%
BLUE value IS 83 (32.81% from 255) = 56.85%
R=14.38%
G=28.77%
B=56.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2142830.750.4900.67219.6859.6220.39
Hex152A534B31043dc3c14
Octal25521231136101033347424
Binary1010110101010100111001011110001010000111101110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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