Html Css Color HEX #133285 Smalt

📋 copy color: '#133285'

red 19 ◦ green 50 ◦ blue 133

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

Shades of Smalt #133285

Tints of Smalt #133285

RGB

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

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

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

R = 9.41%
G = 24.75%
B = 65.84%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#133285 (or 0x133285) is known color: Smalt. HEX triplet: 13, 32 and 85. RGB value is (19,50,133). Sum of RGB (Red+Green+Blue) = 19+50+133=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #133285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133285 is #ECCD7A. Grayscale: #313131. Windows color (decimal): -15519099 or 8729107. OLE color: 8729107.

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

Color convert

RGB 19 50 133 -
CMYK 0.86 0.62 0 0.48
HSL 223.68º 0.75% 0.3% -
HSV(B) 223.68º 0.86% 0.52% -
XYZ 5.64 4.11 22.69 -
YUV 50.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 19 50 133 0.86 0.62 0 0.48 223.68 0.75 0.3
Hex 13 32 85 56 3E 0 30 E0 4B 1E
Octal 23 62 205 126 76 0 60 340 113 36
Binary 10011 110010 10000101 1010110 111110 0 110000 11100000 1001011 11110

Color Harmonies of #133285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133285

Black with #133285

Text Example


Text Example

White with #133285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133285; }

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

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

background-color css

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

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

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

border-color css

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

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

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