Html Css Color HEX #133289 Smalt

📋 copy color: '#133289'

red 19 ◦ green 50 ◦ blue 137

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

Shades of Smalt #133289

Tints of Smalt #133289

RGB

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

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

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

R = 9.22%
G = 24.27%
B = 66.5%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#133289 (or 0x133289) is known color: Smalt. HEX triplet: 13, 32 and 89. RGB value is (19,50,137). Sum of RGB (Red+Green+Blue) = 19+50+137=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 137 (53.91% from 255 or 66.50% from 206); Max value from RGB is 137 - color contains mainly: blue. Hex color #133289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133289 is #ECCD76. Grayscale: #323232. Windows color (decimal): -15519095 or 8991251. OLE color: 8991251.

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

Color convert

RGB 19 50 137 -
CMYK 0.86 0.64 0 0.46
HSL 224.24º 0.76% 0.31% -
HSV(B) 224.24º 0.86% 0.54% -
XYZ 5.92 4.23 24.17 -
YUV 50.65 176.73 105.43 -
System Red Green Blue C M Y K H S L
Decimal 19 50 137 0.86 0.64 0 0.46 224.24 0.76 0.31
Hex 13 32 89 56 40 0 2E E0 4C 1F
Octal 23 62 211 126 100 0 56 340 114 37
Binary 10011 110010 10001001 1010110 1000000 0 101110 11100000 1001100 11111

Color Harmonies of #133289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133289

Black with #133289

Text Example


Text Example

White with #133289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133289; }

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

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

background-color css

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

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

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

border-color css

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

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

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