#152E62

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

Shades of Sapphire #152E62

Tints of Sapphire #152E62

Color information

#152E62 (or 0x152E62) is unknown color: approx Sapphire. HEX triplet: 15, 2E and 62. RGB value is (21,46,98). Sum of RGB (Red+Green+Blue) = 21+46+98=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #152E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E62 is #EAD19D. Grayscale: #2C2C2C. Windows color (decimal): -15389086 or 6434325. OLE color: 6434325.

HSL color Cylindrical-coordinate representation of color #152E62: hue angle of 220.52º 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 #152E62 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB214698-
CMYK0.790.5300.62
HSL220.52º64.71%23.33%-
HSV(B)220.52º78.57%38.43%-
XYZ3.49311.95-
YUV44.45158.22111.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 98 (38.67% from 255) = 59.39%
R=12.73%
G=27.88%
B=59.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2146980.790.5300.62220.5264.7123.33
Hex152E624F3503Edd4117
Octal25561421176507633510127
Binary1010110111011000101001111110101011111011011101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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