Html Css Color HEX #133485 Smalt

📋 copy color: '#133485'

red 19 ◦ green 52 ◦ blue 133

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

Shades of Smalt #133485

Tints of Smalt #133485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.49%

 BLUE value IS 133 (52.34% from 255) = 65.2%

R = 9.31%
G = 25.49%
B = 65.2%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#133485 (or 0x133485) is known color: Smalt. HEX triplet: 13, 34 and 85. RGB value is (19,52,133). Sum of RGB (Red+Green+Blue) = 19+52+133=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #133485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133485 is #ECCB7A. Grayscale: #333333. Windows color (decimal): -15518587 or 8729619. OLE color: 8729619.

HSL color Cylindrical-coordinate representation of color #133485: hue angle of 222.63º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133485 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 52 133 -
CMYK 0.86 0.61 0 0.48
HSL 222.63º 0.75% 0.3% -
HSV(B) 222.63º 0.86% 0.52% -
XYZ 5.73 4.29 22.72 -
YUV 51.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 19 52 133 0.86 0.61 0 0.48 222.63 0.75 0.3
Hex 13 34 85 56 3D 0 30 DF 4B 1E
Octal 23 64 205 126 75 0 60 337 113 36
Binary 10011 110100 10000101 1010110 111101 0 110000 11011111 1001011 11110

Color Harmonies of #133485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133485

Black with #133485

Text Example


Text Example

White with #133485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133485; }

 p { color: rgb(19,52,133); }

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

background-color css

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

 a { background-color: rgb(19,52,133); }

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

border-color css

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

 span { border-color: rgb(19,52,133); }

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