Html Css Color HEX #153B8C Smalt

📋 copy color: '#153B8C'

red 21 ◦ green 59 ◦ blue 140

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

Shades of Smalt #153B8C

Tints of Smalt #153B8C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.82%

 BLUE value IS 140 (55.08% from 255) = 63.64%

R = 9.55%
G = 26.82%
B = 63.64%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#153B8C (or 0x153B8C) is known color: Smalt. HEX triplet: 15, 3B and 8C. RGB value is (21,59,140). Sum of RGB (Red+Green+Blue) = 21+59+140=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 140 (55.08% from 255 or 63.64% from 220); Max value from RGB is 140 - color contains mainly: blue. Hex color #153B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153B8C is #EAC473. Grayscale: #383838. Windows color (decimal): -15385716 or 9190165. OLE color: 9190165.

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

Color convert

RGB 21 59 140 -
CMYK 0.85 0.58 0 0.45
HSL 220.84º 0.74% 0.32% -
HSV(B) 220.84º 0.85% 0.55% -
XYZ 6.61 5.18 25.46 -
YUV 56.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 21 59 140 0.85 0.58 0 0.45 220.84 0.74 0.32
Hex 15 3B 8C 55 3A 0 2D DD 4A 20
Octal 25 73 214 125 72 0 55 335 112 40
Binary 10101 111011 10001100 1010101 111010 0 101101 11011101 1001010 100000

Color Harmonies of #153B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B8C

Black with #153B8C

Text Example


Text Example

White with #153B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,59,140); }

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

background-color css

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

 a { background-color: rgb(21,59,140); }

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

border-color css

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

 span { border-color: rgb(21,59,140); }

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