#133288

Color #133288 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #133288

Tints of Smalt #133288

Color information

#133288 (or 0x133288) is unknown color: approx Smalt. HEX triplet: 13, 32 and 88. RGB value is (19,50,136). Sum of RGB (Red+Green+Blue) = 19+50+136=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 136 (53.52% from 255 or 66.34% from 205); Max value from RGB is 136 - color contains mainly: blue. Hex color #133288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133288 is #ECCD77. Grayscale: #323232. Windows color (decimal): -15519096 or 8925715. OLE color: 8925715.

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

Color convert

RGB1950136-
CMYK0.860.6300.47
HSL224.1º75.48%30.39%-
HSV(B)224.1º86.03%53.33%-
XYZ5.854.223.79-
YUV50.54176.23105.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 136 (53.52% from 255) = 66.34%
R=9.27%
G=24.39%
B=66.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19501360.860.6300.47224.175.4830.39
Hex133288563F02Fe04b1e
Octal23622101267705734011336
Binary10011110010100010001010110111111010111111100000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133288; }

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

 H1.HeaderClassName
 {
   color: #133288;
 }
 .AnyTagClassName
 {
   color: #133288;
 }
</style>
background-color css

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

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

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

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

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

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