#133A51

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

Shades of Regal Blue #133A51

Tints of Regal Blue #133A51

Color information

#133A51 (or 0x133A51) is unknown color: approx Regal Blue. HEX triplet: 13, 3A and 51. RGB value is (19,58,81). Sum of RGB (Red+Green+Blue) = 19+58+81=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #133A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A51 is #ECC5AE. Grayscale: #303030. Windows color (decimal): -15517103 or 5323283. OLE color: 5323283.

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

Color convert

RGB195881-
CMYK0.770.2800.68
HSL202.26º62%19.61%-
HSV(B)202.26º76.54%31.76%-
XYZ3.273.768.34-
YUV48.96146.08106.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 58 (23.05% from 255) = 36.71%
BLUE value IS 81 (32.03% from 255) = 51.27%
R=12.03%
G=36.71%
B=51.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1958810.770.2800.68202.266219.61
Hex133A514D1C044ca3e14
Octal23721211153401043127624
Binary100111110101010001100110111100010001001100101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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