Html Css Color HEX #153288 Smalt

📋 copy color: '#153288'

red 21 ◦ green 50 ◦ blue 136

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

Shades of Smalt #153288

Tints of Smalt #153288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.15%

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

R = 10.14%
G = 24.15%
B = 65.7%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#153288 (or 0x153288) is known color: Smalt. HEX triplet: 15, 32 and 88. RGB value is (21,50,136). Sum of RGB (Red+Green+Blue) = 21+50+136=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 136 (53.52% from 255 or 65.70% from 207); Max value from RGB is 136 - color contains mainly: blue. Hex color #153288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153288 is #EACD77. Grayscale: #323232. Windows color (decimal): -15388024 or 8925717. OLE color: 8925717.

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

Color convert

RGB 21 50 136 -
CMYK 0.85 0.63 0 0.47
HSL 224.87º 0.73% 0.31% -
HSV(B) 224.87º 0.85% 0.53% -
XYZ 5.89 4.22 23.8 -
YUV 51.13 175.89 106.51 -
System Red Green Blue C M Y K H S L
Decimal 21 50 136 0.85 0.63 0 0.47 224.87 0.73 0.31
Hex 15 32 88 55 3F 0 2F E1 49 1F
Octal 25 62 210 125 77 0 57 341 111 37
Binary 10101 110010 10001000 1010101 111111 0 101111 11100001 1001001 11111

Color Harmonies of #153288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153288

Black with #153288

Text Example


Text Example

White with #153288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153288; }

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

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

background-color css

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

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

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

border-color css

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

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

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