Html Css Color HEX #133287 Smalt

📋 copy color: '#133287'

red 19 ◦ green 50 ◦ blue 135

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

Shades of Smalt #133287

Tints of Smalt #133287

RGB

 RED value IS 19 (7.81% from 255) = 9.31%

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

 BLUE value IS 135 (53.13% from 255) = 66.18%

R = 9.31%
G = 24.51%
B = 66.18%

CMYK

 C value IS 0.86

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#133287 (or 0x133287) is known color: Smalt. HEX triplet: 13, 32 and 87. RGB value is (19,50,135). Sum of RGB (Red+Green+Blue) = 19+50+135=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #133287 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133287 is #ECCD78. Grayscale: #323232. Windows color (decimal): -15519097 or 8860179. OLE color: 8860179.

HSL color Cylindrical-coordinate representation of color #133287: hue angle of 223.97º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133287 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 50 135 -
CMYK 0.86 0.63 0 0.47
HSL 223.97º 0.75% 0.3% -
HSV(B) 223.97º 0.86% 0.53% -
XYZ 5.78 4.17 23.42 -
YUV 50.42 175.73 105.59 -
System Red Green Blue C M Y K H S L
Decimal 19 50 135 0.86 0.63 0 0.47 223.97 0.75 0.3
Hex 13 32 87 56 3F 0 2F E0 4B 1E
Octal 23 62 207 126 77 0 57 340 113 36
Binary 10011 110010 10000111 1010110 111111 0 101111 11100000 1001011 11110

Color Harmonies of #133287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133287

Black with #133287

Text Example


Text Example

White with #133287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133287; }

 p { color: rgb(19,50,135); }

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

background-color css

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

 a { background-color: rgb(19,50,135); }

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

border-color css

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

 span { border-color: rgb(19,50,135); }

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