Html Css Color HEX #152F88 Smalt

📋 copy color: '#152F88'

red 21 ◦ green 47 ◦ blue 136

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

Shades of Smalt #152F88

Tints of Smalt #152F88

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.04%

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

R = 10.29%
G = 23.04%
B = 66.67%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#152F88 (or 0x152F88) is known color: Smalt. HEX triplet: 15, 2F and 88. RGB value is (21,47,136). Sum of RGB (Red+Green+Blue) = 21+47+136=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 136 (53.52% from 255 or 66.67% from 204); Max value from RGB is 136 - color contains mainly: blue. Hex color #152F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F88 is #EAD077. Grayscale: #303030. Windows color (decimal): -15388792 or 8924949. OLE color: 8924949.

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

Color convert

RGB 21 47 136 -
CMYK 0.85 0.65 0 0.47
HSL 226.43º 0.73% 0.31% -
HSV(B) 226.43º 0.85% 0.53% -
XYZ 5.77 3.97 23.75 -
YUV 49.37 176.89 107.76 -
System Red Green Blue C M Y K H S L
Decimal 21 47 136 0.85 0.65 0 0.47 226.43 0.73 0.31
Hex 15 2F 88 55 41 0 2F E2 49 1F
Octal 25 57 210 125 101 0 57 342 111 37
Binary 10101 101111 10001000 1010101 1000001 0 101111 11100010 1001001 11111

Color Harmonies of #152F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F88

Black with #152F88

Text Example


Text Example

White with #152F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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