Html Css Color HEX #153B8B Smalt

📋 copy color: '#153B8B'

red 21 ◦ green 59 ◦ blue 139

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

Shades of Smalt #153B8B

Tints of Smalt #153B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 63.47%

R = 9.59%
G = 26.94%
B = 63.47%

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

#153B8B (or 0x153B8B) is known color: Smalt. HEX triplet: 15, 3B and 8B. RGB value is (21,59,139). Sum of RGB (Red+Green+Blue) = 21+59+139=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #153B8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153B8B is #EAC474. Grayscale: #383838. Windows color (decimal): -15385717 or 9124629. OLE color: 9124629.

HSL color Cylindrical-coordinate representation of color #153B8B: hue angle of 220.68º 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 #153B8B is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 59 139 -
CMYK 0.85 0.58 0 0.45
HSL 220.68º 0.74% 0.31% -
HSV(B) 220.68º 0.85% 0.55% -
XYZ 6.53 5.15 25.08 -
YUV 56.76 174.41 102.5 -
System Red Green Blue C M Y K H S L
Decimal 21 59 139 0.85 0.58 0 0.45 220.68 0.74 0.31
Hex 15 3B 8B 55 3A 0 2D DD 4A 1F
Octal 25 73 213 125 72 0 55 335 112 37
Binary 10101 111011 10001011 1010101 111010 0 101101 11011101 1001010 11111

Color Harmonies of #153B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153B8B

Black with #153B8B

Text Example


Text Example

White with #153B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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