#152A61

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

Shades of Sapphire #152A61

Tints of Sapphire #152A61

Color information

#152A61 (or 0x152A61) is unknown color: approx Sapphire. HEX triplet: 15, 2A and 61. RGB value is (21,42,97). Sum of RGB (Red+Green+Blue) = 21+42+97=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #152A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A61 is #EAD59E. Grayscale: #292929. Windows color (decimal): -15390111 or 6367765. OLE color: 6367765.

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

Color convert

RGB214297-
CMYK0.780.5700.62
HSL223.42º64.41%23.14%-
HSV(B)223.42º78.35%38.04%-
XYZ3.292.6811.65-
YUV41.99159.04113.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 42 (16.80% from 255) = 26.25%
BLUE value IS 97 (38.28% from 255) = 60.62%
R=13.12%
G=26.25%
B=60.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2142970.780.5700.62223.4264.4123.14
Hex152A614E3903Edf4017
Octal25521411167107633710027
Binary1010110101011000011001110111001011111011011111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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