Html Css Color HEX #133082 Smalt

📋 copy color: '#133082'

red 19 ◦ green 48 ◦ blue 130

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

Shades of Smalt #133082

Tints of Smalt #133082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 65.99%

R = 9.64%
G = 24.37%
B = 65.99%

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

#133082 (or 0x133082) is known color: Smalt. HEX triplet: 13, 30 and 82. RGB value is (19,48,130). Sum of RGB (Red+Green+Blue) = 19+48+130=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #133082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133082 is #ECCF7D. Grayscale: #303030. Windows color (decimal): -15519614 or 8531987. OLE color: 8531987.

HSL color Cylindrical-coordinate representation of color #133082: hue angle of 224.32º degrees, saturation: 0.74, 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 #133082 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 48 130 -
CMYK 0.85 0.63 0 0.49
HSL 224.32º 0.74% 0.29% -
HSV(B) 224.32º 0.85% 0.51% -
XYZ 5.35 3.86 21.58 -
YUV 48.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 19 48 130 0.85 0.63 0 0.49 224.32 0.74 0.29
Hex 13 30 82 55 3F 0 31 E0 4A 1D
Octal 23 60 202 125 77 0 61 340 112 35
Binary 10011 110000 10000010 1010101 111111 0 110001 11100000 1001010 11101

Color Harmonies of #133082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133082

Black with #133082

Text Example


Text Example

White with #133082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133082; }

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

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

background-color css

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

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

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

border-color css

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

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

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