#152462

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

Shades of Sapphire #152462

Tints of Sapphire #152462

Color information

#152462 (or 0x152462) is unknown color: approx Sapphire. HEX triplet: 15, 24 and 62. RGB value is (21,36,98). Sum of RGB (Red+Green+Blue) = 21+36+98=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #152462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152462 is #EADB9D. Grayscale: #262626. Windows color (decimal): -15391646 or 6431765. OLE color: 6431765.

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

Color convert

RGB213698-
CMYK0.790.6300.62
HSL228.31º64.71%23.33%-
HSV(B)228.31º78.57%38.43%-
XYZ3.142.311.83-
YUV38.58161.53115.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 98 (38.67% from 255) = 63.23%
R=13.55%
G=23.23%
B=63.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2136980.790.6300.62228.3164.7123.33
Hex1524624F3F03Ee44117
Octal25441421177707634410127
Binary1010110010011000101001111111111011111011100100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152462; }

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

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

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

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

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

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

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

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