#133A54

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

Shades of Regal Blue #133A54

Tints of Regal Blue #133A54

Color information

#133A54 (or 0x133A54) is unknown color: approx Regal Blue. HEX triplet: 13, 3A and 54. RGB value is (19,58,84). Sum of RGB (Red+Green+Blue) = 19+58+84=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #133A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A54 is #ECC5AB. Grayscale: #313131. Windows color (decimal): -15517100 or 5519891. OLE color: 5519891.

HSL color Cylindrical-coordinate representation of color #133A54: hue angle of 204º 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 #133A54 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB195884-
CMYK0.770.3100.67
HSL204º63.11%20.2%-
HSV(B)204º77.38%32.94%-
XYZ3.383.88.94-
YUV49.3147.58106.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 84 (33.20% from 255) = 52.17%
R=11.80%
G=36.02%
B=52.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1958840.770.3100.6720463.1120.2
Hex133A544D1F043cc3f14
Octal23721241153701033147724
Binary100111110101010100100110111111010000111100110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133A54; }

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

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

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

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

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

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

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

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