#152E8A

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

Shades of Smalt #152E8A

Tints of Smalt #152E8A

Color information

#152E8A (or 0x152E8A) is unknown color: approx Smalt. HEX triplet: 15, 2E and 8A. RGB value is (21,46,138). Sum of RGB (Red+Green+Blue) = 21+46+138=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 138 (54.30% from 255 or 67.32% from 205); Max value from RGB is 138 - color contains mainly: blue. Hex color #152E8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152E8A is #EAD175. Grayscale: #303030. Windows color (decimal): -15389046 or 9055765. OLE color: 9055765.

HSL color Cylindrical-coordinate representation of color #152E8A: hue angle of 227.18º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152E8A is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2146138-
CMYK0.850.6700.46
HSL227.18º73.58%31.18%-
HSV(B)227.18º84.78%54.12%-
XYZ5.873.9524.5-
YUV49.01178.22108.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.24%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 138 (54.30% from 255) = 67.32%
R=10.24%
G=22.44%
B=67.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21461380.850.6700.46227.1873.5831.18
Hex152E8A554302Ee34a1f
Octal255621212510305634311237
Binary101011011101000101010101011000011010111011100011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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