#133554

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

Shades of Regal Blue #133554

Tints of Regal Blue #133554

Color information

#133554 (or 0x133554) is unknown color: approx Regal Blue. HEX triplet: 13, 35 and 54. RGB value is (19,53,84). Sum of RGB (Red+Green+Blue) = 19+53+84=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #133554 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133554 is #ECCAAB. Grayscale: #2E2E2E. Windows color (decimal): -15518380 or 5518611. OLE color: 5518611.

HSL color Cylindrical-coordinate representation of color #133554: hue angle of 208.62º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133554 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB195384-
CMYK0.770.3700.67
HSL208.62º63.11%20.2%-
HSV(B)208.62º77.38%32.94%-
XYZ3.143.328.86-
YUV46.37149.24108.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 84 (33.20% from 255) = 53.85%
R=12.18%
G=33.97%
B=53.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1953840.770.3700.67208.6263.1120.2
Hex1335544D25043d13f14
Octal23651241154501033217724
Binary1001111010110101001001101100101010000111101000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133554; }

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

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

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

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

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

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

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

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