#133755

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

Shades of Regal Blue #133755

Tints of Regal Blue #133755

Color information

#133755 (or 0x133755) is unknown color: approx Regal Blue. HEX triplet: 13, 37 and 55. RGB value is (19,55,85). Sum of RGB (Red+Green+Blue) = 19+55+85=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #133755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133755 is #ECC8AA. Grayscale: #2F2F2F. Windows color (decimal): -15517867 or 5584659. OLE color: 5584659.

HSL color Cylindrical-coordinate representation of color #133755: hue angle of 207.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133755 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB195585-
CMYK0.780.3500.67
HSL207.27º63.46%20.39%-
HSV(B)207.27º77.65%33.33%-
XYZ3.273.539.1-
YUV47.66149.07107.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 85 (33.59% from 255) = 53.46%
R=11.95%
G=34.59%
B=53.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1955850.780.3500.67207.2763.4620.39
Hex1337554E23043cf3f14
Octal23671251164301033177724
Binary1001111011110101011001110100011010000111100111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133755; }

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

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

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

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

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

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

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

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