Html Css Color HEX #133787 Smalt

📋 copy color: '#133787'

red 19 ◦ green 55 ◦ blue 135

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

Shades of Smalt #133787

Tints of Smalt #133787

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.32%

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

R = 9.09%
G = 26.32%
B = 64.59%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#133787 (or 0x133787) is known color: Smalt. HEX triplet: 13, 37 and 87. RGB value is (19,55,135). Sum of RGB (Red+Green+Blue) = 19+55+135=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 135 (53.12% from 255 or 64.59% from 209); Max value from RGB is 135 - color contains mainly: blue. Hex color #133787 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133787 is #ECC878. Grayscale: #353535. Windows color (decimal): -15517817 or 8861459. OLE color: 8861459.

HSL color Cylindrical-coordinate representation of color #133787: hue angle of 221.38º 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 #133787 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 55 135 -
CMYK 0.86 0.59 0 0.47
HSL 221.38º 0.75% 0.3% -
HSV(B) 221.38º 0.86% 0.53% -
XYZ 6.01 4.62 23.5 -
YUV 53.36 174.07 103.5 -
System Red Green Blue C M Y K H S L
Decimal 19 55 135 0.86 0.59 0 0.47 221.38 0.75 0.3
Hex 13 37 87 56 3B 0 2F DD 4B 1E
Octal 23 67 207 126 73 0 57 335 113 36
Binary 10011 110111 10000111 1010110 111011 0 101111 11011101 1001011 11110

Color Harmonies of #133787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133787

Black with #133787

Text Example


Text Example

White with #133787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133787; }

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

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

background-color css

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

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

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

border-color css

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

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

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