Html Css Color HEX #153385 Smalt

📋 copy color: '#153385'

red 21 ◦ green 51 ◦ blue 133

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

Shades of Smalt #153385

Tints of Smalt #153385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.88%

 BLUE value IS 133 (52.34% from 255) = 64.88%

R = 10.24%
G = 24.88%
B = 64.88%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#153385 (or 0x153385) is known color: Smalt. HEX triplet: 15, 33 and 85. RGB value is (21,51,133). Sum of RGB (Red+Green+Blue) = 21+51+133=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #153385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153385 is #EACC7A. Grayscale: #333333. Windows color (decimal): -15387771 or 8729365. OLE color: 8729365.

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

Color convert

RGB 21 51 133 -
CMYK 0.84 0.62 0 0.48
HSL 223.93º 0.73% 0.3% -
HSV(B) 223.93º 0.84% 0.52% -
XYZ 5.73 4.22 22.7 -
YUV 51.38 174.06 106.33 -
System Red Green Blue C M Y K H S L
Decimal 21 51 133 0.84 0.62 0 0.48 223.93 0.73 0.3
Hex 15 33 85 54 3E 0 30 E0 49 1E
Octal 25 63 205 124 76 0 60 340 111 36
Binary 10101 110011 10000101 1010100 111110 0 110000 11100000 1001001 11110

Color Harmonies of #153385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153385

Black with #153385

Text Example


Text Example

White with #153385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153385; }

 p { color: rgb(21,51,133); }

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

background-color css

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

 a { background-color: rgb(21,51,133); }

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

border-color css

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

 span { border-color: rgb(21,51,133); }

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