Html Css Color HEX #153283 Smalt

📋 copy color: '#153283'

red 21 ◦ green 50 ◦ blue 131

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

Shades of Smalt #153283

Tints of Smalt #153283

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.75%

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

R = 10.4%
G = 24.75%
B = 64.85%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#153283 (or 0x153283) is known color: Smalt. HEX triplet: 15, 32 and 83. RGB value is (21,50,131). Sum of RGB (Red+Green+Blue) = 21+50+131=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 131 (51.56% from 255 or 64.85% from 202); Max value from RGB is 131 - color contains mainly: blue. Hex color #153283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153283 is #EACD7C. Grayscale: #323232. Windows color (decimal): -15388029 or 8598037. OLE color: 8598037.

HSL color Cylindrical-coordinate representation of color #153283: hue angle of 224.18º 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 #153283 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 50 131 -
CMYK 0.84 0.62 0 0.49
HSL 224.18º 0.72% 0.3% -
HSV(B) 224.18º 0.84% 0.51% -
XYZ 5.55 4.08 21.97 -
YUV 50.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 21 50 131 0.84 0.62 0 0.49 224.18 0.72 0.3
Hex 15 32 83 54 3E 0 31 E0 48 1E
Octal 25 62 203 124 76 0 61 340 110 36
Binary 10101 110010 10000011 1010100 111110 0 110001 11100000 1001000 11110

Color Harmonies of #153283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153283

Black with #153283

Text Example


Text Example

White with #153283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153283; }

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

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

background-color css

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

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

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

border-color css

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

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

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