Html Css Color HEX #133087 Smalt

📋 copy color: '#133087'

red 19 ◦ green 48 ◦ blue 135

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

Shades of Smalt #133087

Tints of Smalt #133087

RGB

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

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

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

R = 9.41%
G = 23.76%
B = 66.83%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#133087 (or 0x133087) is known color: Smalt. HEX triplet: 13, 30 and 87. RGB value is (19,48,135). Sum of RGB (Red+Green+Blue) = 19+48+135=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 135 (53.12% from 255 or 66.83% from 202); Max value from RGB is 135 - color contains mainly: blue. Hex color #133087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133087 is #ECCF78. Grayscale: #303030. Windows color (decimal): -15519609 or 8859667. OLE color: 8859667.

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

Color convert

RGB 19 48 135 -
CMYK 0.86 0.64 0 0.47
HSL 225º 0.75% 0.3% -
HSV(B) 225º 0.86% 0.53% -
XYZ 5.7 4 23.39 -
YUV 49.25 176.39 106.43 -
System Red Green Blue C M Y K H S L
Decimal 19 48 135 0.86 0.64 0 0.47 225 0.75 0.3
Hex 13 30 87 56 40 0 2F E1 4B 1E
Octal 23 60 207 126 100 0 57 341 113 36
Binary 10011 110000 10000111 1010110 1000000 0 101111 11100001 1001011 11110

Color Harmonies of #133087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133087

Black with #133087

Text Example


Text Example

White with #133087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133087; }

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

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

background-color css

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

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

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

border-color css

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

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

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