Html Css Color HEX #152C89 Smalt

📋 copy color: '#152C89'

red 21 ◦ green 44 ◦ blue 137

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

Shades of Smalt #152C89

Tints of Smalt #152C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 67.82%

R = 10.4%
G = 21.78%
B = 67.82%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#152C89 (or 0x152C89) is known color: Smalt. HEX triplet: 15, 2C and 89. RGB value is (21,44,137). Sum of RGB (Red+Green+Blue) = 21+44+137=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 137 (53.91% from 255 or 67.82% from 202); Max value from RGB is 137 - color contains mainly: blue. Hex color #152C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152C89 is #EAD376. Grayscale: #2F2F2F. Windows color (decimal): -15389559 or 8989717. OLE color: 8989717.

HSL color Cylindrical-coordinate representation of color #152C89: hue angle of 228.1º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #152C89 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 44 137 -
CMYK 0.85 0.68 0 0.46
HSL 228.1º 0.73% 0.31% -
HSV(B) 228.1º 0.85% 0.54% -
XYZ 5.73 3.77 24.09 -
YUV 47.73 178.38 108.94 -
System Red Green Blue C M Y K H S L
Decimal 21 44 137 0.85 0.68 0 0.46 228.1 0.73 0.31
Hex 15 2C 89 55 44 0 2E E4 49 1F
Octal 25 54 211 125 104 0 56 344 111 37
Binary 10101 101100 10001001 1010101 1000100 0 101110 11100100 1001001 11111

Color Harmonies of #152C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152C89

Black with #152C89

Text Example


Text Example

White with #152C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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