#133351

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

Shades of Regal Blue #133351

Tints of Regal Blue #133351

Color information

#133351 (or 0x133351) is unknown color: approx Regal Blue. HEX triplet: 13, 33 and 51. RGB value is (19,51,81). Sum of RGB (Red+Green+Blue) = 19+51+81=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #133351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133351 is #ECCCAE. Grayscale: #2C2C2C. Windows color (decimal): -15518895 or 5321491. OLE color: 5321491.

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

Color convert

RGB195181-
CMYK0.770.3700.68
HSL209.03º62%19.61%-
HSV(B)209.03º76.54%31.76%-
XYZ2.943.18.23-
YUV44.85148.4109.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 81 (32.03% from 255) = 53.64%
R=12.58%
G=33.77%
B=53.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1951810.770.3700.68209.036219.61
Hex1333514D25044d13e14
Octal23631211154501043217624
Binary1001111001110100011001101100101010001001101000111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133351; }

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

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

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

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

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

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

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

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