#133753

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

Shades of Regal Blue #133753

Tints of Regal Blue #133753

Color information

#133753 (or 0x133753) is unknown color: approx Regal Blue. HEX triplet: 13, 37 and 53. RGB value is (19,55,83). Sum of RGB (Red+Green+Blue) = 19+55+83=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #133753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133753 is #ECC8AC. Grayscale: #2F2F2F. Windows color (decimal): -15517869 or 5453587. OLE color: 5453587.

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

Color convert

RGB195583-
CMYK0.770.3400.67
HSL206.25º62.75%20%-
HSV(B)206.25º77.11%32.55%-
XYZ3.23.58.69-
YUV47.43148.07107.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 55 (21.88% from 255) = 35.03%
BLUE value IS 83 (32.81% from 255) = 52.87%
R=12.10%
G=35.03%
B=52.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1955830.770.3400.67206.2562.7520
Hex1337534D22043ce3f14
Octal23671231154201033167724
Binary1001111011110100111001101100010010000111100111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133753; }

 p { color: rgb(19,55,83); }

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

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

 a { background-color: rgb(19,55,83); }

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

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

 span { border-color: rgb(19,55,83); }

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