#152a63

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

Shades of Sapphire #152A63

Tints of Sapphire #152A63

Color information

#152A63 (or 0x152A63) is unknown color: approx Sapphire. HEX triplet: 15, 2A and 63. RGB value is (21,42,99). Sum of RGB (Red+Green+Blue) = 21+42+99=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 99 (39.06% from 255 or 61.11% from 162); Max value from RGB is 99 - color contains mainly: blue. Hex color #152A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A63 is #EAD59C. Grayscale: #292929. Windows color (decimal): -15390109 or 6498837. OLE color: 6498837.

HSL color Cylindrical-coordinate representation of color #152A63: hue angle of 223.85º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152A63 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB214299-
CMYK0.790.5800.61
HSL223.85º65%23.53%-
HSV(B)223.85º78.79%38.82%-
XYZ3.392.7212.15-
YUV42.22160.04112.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.96%
GREEN value IS 42 (16.80% from 255) = 25.93%
BLUE value IS 99 (39.06% from 255) = 61.11%
R=12.96%
G=25.93%
B=61.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2142990.790.5800.61223.856523.53
Hex152A634F3A03De04118
Octal25521431177207534010130
Binary1010110101011000111001111111010011110111100000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152a63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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