#152D62

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

Shades of Sapphire #152D62

Tints of Sapphire #152D62

Color information

#152D62 (or 0x152D62) is unknown color: approx Sapphire. HEX triplet: 15, 2D and 62. RGB value is (21,45,98). Sum of RGB (Red+Green+Blue) = 21+45+98=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #152D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D62 is #EAD29D. Grayscale: #2B2B2B. Windows color (decimal): -15389342 or 6434069. OLE color: 6434069.

HSL color Cylindrical-coordinate representation of color #152D62: hue angle of 221.3º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152D62 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB214598-
CMYK0.790.5400.62
HSL221.3º64.71%23.33%-
HSV(B)221.3º78.57%38.43%-
XYZ3.452.9211.94-
YUV43.87158.55111.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.80%
GREEN value IS 45 (17.97% from 255) = 27.44%
BLUE value IS 98 (38.67% from 255) = 59.76%
R=12.80%
G=27.44%
B=59.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2145980.790.5400.62221.364.7123.33
Hex152D624F3603Edd4117
Octal25551421176607633510127
Binary1010110110111000101001111110110011111011011101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,45,98); }

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

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

 a { background-color: rgb(21,45,98); }

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

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

 span { border-color: rgb(21,45,98); }

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