Html Css Color HEX #152B88 Smalt

📋 copy color: '#152B88'

red 21 ◦ green 43 ◦ blue 136

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

Shades of Smalt #152B88

Tints of Smalt #152B88

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.5%

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

R = 10.5%
G = 21.5%
B = 68%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#152B88 (or 0x152B88) is known color: Smalt. HEX triplet: 15, 2B and 88. RGB value is (21,43,136). Sum of RGB (Red+Green+Blue) = 21+43+136=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 136 (53.52% from 255 or 68% from 200); Max value from RGB is 136 - color contains mainly: blue. Hex color #152B88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152B88 is #EAD477. Grayscale: #2E2E2E. Windows color (decimal): -15389816 or 8923925. OLE color: 8923925.

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

Color convert

RGB 21 43 136 -
CMYK 0.85 0.68 0 0.47
HSL 228.52º 0.73% 0.31% -
HSV(B) 228.52º 0.85% 0.53% -
XYZ 5.62 3.66 23.7 -
YUV 47.02 178.21 109.44 -
System Red Green Blue C M Y K H S L
Decimal 21 43 136 0.85 0.68 0 0.47 228.52 0.73 0.31
Hex 15 2B 88 55 44 0 2F E5 49 1F
Octal 25 53 210 125 104 0 57 345 111 37
Binary 10101 101011 10001000 1010101 1000100 0 101111 11100101 1001001 11111

Color Harmonies of #152B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152B88

Black with #152B88

Text Example


Text Example

White with #152B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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