Html Css Color HEX #133083 Smalt

📋 copy color: '#133083'

red 19 ◦ green 48 ◦ blue 131

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

Shades of Smalt #133083

Tints of Smalt #133083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 66.16%

R = 9.6%
G = 24.24%
B = 66.16%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#133083 (or 0x133083) is known color: Smalt. HEX triplet: 13, 30 and 83. RGB value is (19,48,131). Sum of RGB (Red+Green+Blue) = 19+48+131=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 131 (51.56% from 255 or 66.16% from 198); Max value from RGB is 131 - color contains mainly: blue. Hex color #133083 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133083 is #ECCF7C. Grayscale: #303030. Windows color (decimal): -15519613 or 8597523. OLE color: 8597523.

HSL color Cylindrical-coordinate representation of color #133083: hue angle of 224.46º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133083 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 48 131 -
CMYK 0.85 0.63 0 0.49
HSL 224.46º 0.75% 0.29% -
HSV(B) 224.46º 0.85% 0.51% -
XYZ 5.42 3.89 21.94 -
YUV 48.79 174.39 106.75 -
System Red Green Blue C M Y K H S L
Decimal 19 48 131 0.85 0.63 0 0.49 224.46 0.75 0.29
Hex 13 30 83 55 3F 0 31 E0 4B 1D
Octal 23 60 203 125 77 0 61 340 113 35
Binary 10011 110000 10000011 1010101 111111 0 110001 11100000 1001011 11101

Color Harmonies of #133083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133083

Black with #133083

Text Example


Text Example

White with #133083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133083; }

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

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

background-color css

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

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

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

border-color css

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

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

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