#133A63

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

Shades of Regal Blue #133A63

Tints of Regal Blue #133A63

Color information

#133A63 (or 0x133A63) is unknown color: approx Regal Blue. HEX triplet: 13, 3A and 63. RGB value is (19,58,99). Sum of RGB (Red+Green+Blue) = 19+58+99=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #133A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A63 is #ECC59C. Grayscale: #323232. Windows color (decimal): -15517085 or 6502931. OLE color: 6502931.

HSL color Cylindrical-coordinate representation of color #133A63: hue angle of 210.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133A63 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB195899-
CMYK0.810.4100.61
HSL210.75º67.8%23.14%-
HSV(B)210.75º80.81%38.82%-
XYZ4.034.0712.38-
YUV51.01155.08105.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.80%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 99 (39.06% from 255) = 56.25%
R=10.80%
G=32.95%
B=56.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1958990.810.4100.61210.7567.823.14
Hex133A63512903Dd34417
Octal23721431215107532310427
Binary1001111101011000111010001101001011110111010011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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