#133551

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

Shades of Regal Blue #133551

Tints of Regal Blue #133551

Color information

#133551 (or 0x133551) is unknown color: approx Regal Blue. HEX triplet: 13, 35 and 51. RGB value is (19,53,81). Sum of RGB (Red+Green+Blue) = 19+53+81=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #133551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133551 is #ECCAAE. Grayscale: #2D2D2D. Windows color (decimal): -15518383 or 5322003. OLE color: 5322003.

HSL color Cylindrical-coordinate representation of color #133551: hue angle of 207.1º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133551 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB195381-
CMYK0.770.3500.68
HSL207.1º62%19.61%-
HSV(B)207.1º76.54%31.76%-
XYZ3.033.288.26-
YUV46.03147.74108.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.42%
GREEN value IS 53 (21.09% from 255) = 34.64%
BLUE value IS 81 (32.03% from 255) = 52.94%
R=12.42%
G=34.64%
B=52.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1953810.770.3500.68207.16219.61
Hex1335514D23044cf3e14
Octal23651211154301043177624
Binary1001111010110100011001101100011010001001100111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133551; }

 p { color: rgb(19,53,81); }

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

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

 a { background-color: rgb(19,53,81); }

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

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

 span { border-color: rgb(19,53,81); }

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