Html Css Color HEX #152D88 Smalt

📋 copy color: '#152D88'

red 21 ◦ green 45 ◦ blue 136

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

Shades of Smalt #152D88

Tints of Smalt #152D88

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.28%

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

R = 10.4%
G = 22.28%
B = 67.33%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#152D88 (or 0x152D88) is known color: Smalt. HEX triplet: 15, 2D and 88. RGB value is (21,45,136). Sum of RGB (Red+Green+Blue) = 21+45+136=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #152D88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152D88 is #EAD277. Grayscale: #2F2F2F. Windows color (decimal): -15389304 or 8924437. OLE color: 8924437.

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

Color convert

RGB 21 45 136 -
CMYK 0.85 0.67 0 0.47
HSL 227.48º 0.73% 0.31% -
HSV(B) 227.48º 0.85% 0.53% -
XYZ 5.69 3.81 23.73 -
YUV 48.2 177.55 108.6 -
System Red Green Blue C M Y K H S L
Decimal 21 45 136 0.85 0.67 0 0.47 227.48 0.73 0.31
Hex 15 2D 88 55 43 0 2F E3 49 1F
Octal 25 55 210 125 103 0 57 343 111 37
Binary 10101 101101 10001000 1010101 1000011 0 101111 11100011 1001001 11111

Color Harmonies of #152D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152D88

Black with #152D88

Text Example


Text Example

White with #152D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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