#133255

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

Shades of Regal Blue #133255

Tints of Regal Blue #133255

Color information

#133255 (or 0x133255) is unknown color: approx Regal Blue. HEX triplet: 13, 32 and 55. RGB value is (19,50,85). Sum of RGB (Red+Green+Blue) = 19+50+85=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #133255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133255 is #ECCDAA. Grayscale: #2C2C2C. Windows color (decimal): -15519147 or 5583379. OLE color: 5583379.

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

Color convert

RGB195085-
CMYK0.780.4100.67
HSL211.82º63.46%20.39%-
HSV(B)211.82º77.65%33.33%-
XYZ3.053.089.03-
YUV44.72150.73109.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 85 (33.59% from 255) = 55.19%
R=12.34%
G=32.47%
B=55.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1950850.780.4100.67211.8263.4620.39
Hex1332554E29043d43f14
Octal23621251165101033247724
Binary1001111001010101011001110101001010000111101010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133255; }

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

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

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

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

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

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

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

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