Html Css Color HEX #152F83 Smalt

📋 copy color: '#152F83'

red 21 ◦ green 47 ◦ blue 131

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

Shades of Smalt #152F83

Tints of Smalt #152F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 65.83%

R = 10.55%
G = 23.62%
B = 65.83%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#152F83 (or 0x152F83) is known color: Smalt. HEX triplet: 15, 2F and 83. RGB value is (21,47,131). Sum of RGB (Red+Green+Blue) = 21+47+131=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 131 (51.56% from 255 or 65.83% from 199); Max value from RGB is 131 - color contains mainly: blue. Hex color #152F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F83 is #EAD07C. Grayscale: #303030. Windows color (decimal): -15388797 or 8597269. OLE color: 8597269.

HSL color Cylindrical-coordinate representation of color #152F83: hue angle of 225.82º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152F83 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 47 131 -
CMYK 0.84 0.64 0 0.49
HSL 225.82º 0.72% 0.3% -
HSV(B) 225.82º 0.84% 0.51% -
XYZ 5.42 3.83 21.93 -
YUV 48.8 174.39 108.17 -
System Red Green Blue C M Y K H S L
Decimal 21 47 131 0.84 0.64 0 0.49 225.82 0.72 0.3
Hex 15 2F 83 54 40 0 31 E2 48 1E
Octal 25 57 203 124 100 0 61 342 110 36
Binary 10101 101111 10000011 1010100 1000000 0 110001 11100010 1001000 11110

Color Harmonies of #152F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F83

Black with #152F83

Text Example


Text Example

White with #152F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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