Html Css Color HEX #152C84 Smalt

📋 copy color: '#152C84'

red 21 ◦ green 44 ◦ blue 132

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

Shades of Smalt #152C84

Tints of Smalt #152C84

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.34%

 BLUE value IS 132 (51.95% from 255) = 67.01%

R = 10.66%
G = 22.34%
B = 67.01%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#152C84 (or 0x152C84) is known color: Smalt. HEX triplet: 15, 2C and 84. RGB value is (21,44,132). Sum of RGB (Red+Green+Blue) = 21+44+132=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 132 (51.95% from 255 or 67.01% from 197); Max value from RGB is 132 - color contains mainly: blue. Hex color #152C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152C84 is #EAD37B. Grayscale: #2E2E2E. Windows color (decimal): -15389564 or 8662037. OLE color: 8662037.

HSL color Cylindrical-coordinate representation of color #152C84: hue angle of 227.57º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152C84 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 44 132 -
CMYK 0.84 0.67 0 0.48
HSL 227.57º 0.73% 0.3% -
HSV(B) 227.57º 0.84% 0.52% -
XYZ 5.37 3.63 22.25 -
YUV 47.16 175.88 109.34 -
System Red Green Blue C M Y K H S L
Decimal 21 44 132 0.84 0.67 0 0.48 227.57 0.73 0.3
Hex 15 2C 84 54 43 0 30 E4 49 1E
Octal 25 54 204 124 103 0 60 344 111 36
Binary 10101 101100 10000100 1010100 1000011 0 110000 11100100 1001001 11110

Color Harmonies of #152C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152C84

Black with #152C84

Text Example


Text Example

White with #152C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,44,132); }

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

background-color css

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

 a { background-color: rgb(21,44,132); }

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

border-color css

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

 span { border-color: rgb(21,44,132); }

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