#133B51

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

Shades of Regal Blue #133B51

Tints of Regal Blue #133B51

Color information

#133B51 (or 0x133B51) is unknown color: approx Regal Blue. HEX triplet: 13, 3B and 51. RGB value is (19,59,81). Sum of RGB (Red+Green+Blue) = 19+59+81=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #133B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B51 is #ECC4AE. Grayscale: #313131. Windows color (decimal): -15516847 or 5323539. OLE color: 5323539.

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

Color convert

RGB195981-
CMYK0.770.2700.68
HSL201.29º62%19.61%-
HSV(B)201.29º76.54%31.76%-
XYZ3.323.868.35-
YUV49.55145.75106.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 59 (23.44% from 255) = 37.11%
BLUE value IS 81 (32.03% from 255) = 50.94%
R=11.95%
G=37.11%
B=50.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1959810.770.2700.68201.296219.61
Hex133B514D1B044c93e14
Octal23731211153301043117624
Binary100111110111010001100110111011010001001100100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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