#152A62

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

Shades of Sapphire #152A62

Tints of Sapphire #152A62

Color information

#152A62 (or 0x152A62) is unknown color: approx Sapphire. HEX triplet: 15, 2A and 62. RGB value is (21,42,98). Sum of RGB (Red+Green+Blue) = 21+42+98=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 98 (38.67% from 255 or 60.87% from 161); Max value from RGB is 98 - color contains mainly: blue. Hex color #152A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A62 is #EAD59D. Grayscale: #292929. Windows color (decimal): -15390110 or 6433301. OLE color: 6433301.

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

Color convert

RGB214298-
CMYK0.790.5700.62
HSL223.64º64.71%23.33%-
HSV(B)223.64º78.57%38.43%-
XYZ3.342.711.9-
YUV42.1159.54112.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 98 (38.67% from 255) = 60.87%
R=13.04%
G=26.09%
B=60.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2142980.790.5700.62223.6464.7123.33
Hex152A624F3903Ee04117
Octal25521421177107634010127
Binary1010110101011000101001111111001011111011100000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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