Html Css Color HEX #153888 Smalt

📋 copy color: '#153888'

red 21 ◦ green 56 ◦ blue 136

#153888
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #153888

Tints of Smalt #153888

RGB

 RED value IS 21 (8.59% from 255) = 9.86%

 GREEN value IS 56 (22.27% from 255) = 26.29%

 BLUE value IS 136 (53.52% from 255) = 63.85%

R = 9.86%
G = 26.29%
B = 63.85%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#153888 (or 0x153888) is known color: Smalt. HEX triplet: 15, 38 and 88. RGB value is (21,56,136). Sum of RGB (Red+Green+Blue) = 21+56+136=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #153888 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153888 is #EAC777. Grayscale: #363636. Windows color (decimal): -15386488 or 8927253. OLE color: 8927253.

HSL color Cylindrical-coordinate representation of color #153888: hue angle of 221.74º 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 #153888 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 56 136 -
CMYK 0.85 0.59 0 0.47
HSL 221.74º 0.73% 0.31% -
HSV(B) 221.74º 0.85% 0.53% -
XYZ 6.17 4.77 23.89 -
YUV 54.66 173.9 104 -
System Red Green Blue C M Y K H S L
Decimal 21 56 136 0.85 0.59 0 0.47 221.74 0.73 0.31
Hex 15 38 88 55 3B 0 2F DE 49 1F
Octal 25 70 210 125 73 0 57 336 111 37
Binary 10101 111000 10001000 1010101 111011 0 101111 11011110 1001001 11111

Color Harmonies of #153888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153888

Black with #153888

Text Example


Text Example

White with #153888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153888; }

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

 H1.HeaderClassName
 {
   color: #153888;
 }
 .AnyTagClassName
 {
   color: #153888;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #153888;
 }
 .BgClassName
 {
   background-color: #153888;
 }
</style>

border-color css

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

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

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