Html Css Color HEX #133089 Smalt

📋 copy color: '#133089'

red 19 ◦ green 48 ◦ blue 137

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

Shades of Smalt #133089

Tints of Smalt #133089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.53%

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

R = 9.31%
G = 23.53%
B = 67.16%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#133089 (or 0x133089) is known color: Smalt. HEX triplet: 13, 30 and 89. RGB value is (19,48,137). Sum of RGB (Red+Green+Blue) = 19+48+137=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #133089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133089 is #ECCF76. Grayscale: #313131. Windows color (decimal): -15519607 or 8990739. OLE color: 8990739.

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

Color convert

RGB 19 48 137 -
CMYK 0.86 0.65 0 0.46
HSL 225.25º 0.76% 0.31% -
HSV(B) 225.25º 0.86% 0.54% -
XYZ 5.84 4.06 24.14 -
YUV 49.48 177.39 106.26 -
System Red Green Blue C M Y K H S L
Decimal 19 48 137 0.86 0.65 0 0.46 225.25 0.76 0.31
Hex 13 30 89 56 41 0 2E E1 4C 1F
Octal 23 60 211 126 101 0 56 341 114 37
Binary 10011 110000 10001001 1010110 1000001 0 101110 11100001 1001100 11111

Color Harmonies of #133089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133089

Black with #133089

Text Example


Text Example

White with #133089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133089; }

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

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

background-color css

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

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

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

border-color css

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

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

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