Html Css Color HEX #133589 Smalt

📋 copy color: '#133589'

red 19 ◦ green 53 ◦ blue 137

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

Shades of Smalt #133589

Tints of Smalt #133589

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.36%

 BLUE value IS 137 (53.91% from 255) = 65.55%

R = 9.09%
G = 25.36%
B = 65.55%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#133589 (or 0x133589) is known color: Smalt. HEX triplet: 13, 35 and 89. RGB value is (19,53,137). Sum of RGB (Red+Green+Blue) = 19+53+137=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #133589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133589 is #ECCA76. Grayscale: #343434. Windows color (decimal): -15518327 or 8992019. OLE color: 8992019.

HSL color Cylindrical-coordinate representation of color #133589: hue angle of 222.71º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133589 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 53 137 -
CMYK 0.86 0.61 0 0.46
HSL 222.71º 0.76% 0.31% -
HSV(B) 222.71º 0.86% 0.54% -
XYZ 6.06 4.49 24.21 -
YUV 52.41 175.74 104.17 -
System Red Green Blue C M Y K H S L
Decimal 19 53 137 0.86 0.61 0 0.46 222.71 0.76 0.31
Hex 13 35 89 56 3D 0 2E DF 4C 1F
Octal 23 65 211 126 75 0 56 337 114 37
Binary 10011 110101 10001001 1010110 111101 0 101110 11011111 1001100 11111

Color Harmonies of #133589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133589

Black with #133589

Text Example


Text Example

White with #133589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133589; }

 p { color: rgb(19,53,137); }

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

background-color css

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

 a { background-color: rgb(19,53,137); }

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

border-color css

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

 span { border-color: rgb(19,53,137); }

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