#153A8B

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

Shades of Smalt #153A8B

Tints of Smalt #153A8B

Color information

#153A8B (or 0x153A8B) is unknown color: approx Smalt. HEX triplet: 15, 3A and 8B. RGB value is (21,58,139). Sum of RGB (Red+Green+Blue) = 21+58+139=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #153A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153A8B is #EAC574. Grayscale: #373737. Windows color (decimal): -15385973 or 9124373. OLE color: 9124373.

HSL color Cylindrical-coordinate representation of color #153A8B: hue angle of 221.19º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #153A8B is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2158139-
CMYK0.850.5800.45
HSL221.19º73.75%31.37%-
HSV(B)221.19º84.89%54.51%-
XYZ6.485.0525.06-
YUV56.17174.74102.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.63%
GREEN value IS 58 (23.05% from 255) = 26.61%
BLUE value IS 139 (54.69% from 255) = 63.76%
R=9.63%
G=26.61%
B=63.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21581390.850.5800.45221.1973.7531.37
Hex153A8B553A02Ddd4a1f
Octal25722131257205533511237
Binary10101111010100010111010101111010010110111011101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153A8B; }

 p { color: rgb(21,58,139); }

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

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

 a { background-color: rgb(21,58,139); }

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

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

 span { border-color: rgb(21,58,139); }

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