#152F88

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

Shades of Smalt #152F88

Tints of Smalt #152F88

Color information

#152F88 (or 0x152F88) is unknown color: approx Smalt. HEX triplet: 15, 2F and 88. RGB value is (21,47,136). Sum of RGB (Red+Green+Blue) = 21+47+136=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 136 (53.52% from 255 or 66.67% from 204); Max value from RGB is 136 - color contains mainly: blue. Hex color #152F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F88 is #EAD077. Grayscale: #303030. Windows color (decimal): -15388792 or 8924949. OLE color: 8924949.

HSL color Cylindrical-coordinate representation of color #152F88: hue angle of 226.43º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152F88 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2147136-
CMYK0.850.6500.47
HSL226.43º73.25%30.78%-
HSV(B)226.43º84.56%53.33%-
XYZ5.773.9723.75-
YUV49.37176.89107.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.29%
GREEN value IS 47 (18.75% from 255) = 23.04%
BLUE value IS 136 (53.52% from 255) = 66.67%
R=10.29%
G=23.04%
B=66.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21471360.850.6500.47226.4373.2530.78
Hex152F88554102Fe2491f
Octal255721012510105734211137
Binary101011011111000100010101011000001010111111100010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,47,136); }

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

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

 a { background-color: rgb(21,47,136); }

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

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

 span { border-color: rgb(21,47,136); }

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