#133156

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

Shades of Regal Blue #133156

Tints of Regal Blue #133156

Color information

#133156 (or 0x133156) is unknown color: approx Regal Blue. HEX triplet: 13, 31 and 56. RGB value is (19,49,86). Sum of RGB (Red+Green+Blue) = 19+49+86=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #133156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133156 is #ECCEA9. Grayscale: #2C2C2C. Windows color (decimal): -15519402 or 5648659. OLE color: 5648659.

HSL color Cylindrical-coordinate representation of color #133156: hue angle of 213.13º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133156 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB194986-
CMYK0.780.4300.66
HSL213.13º63.81%20.59%-
HSV(B)213.13º77.91%33.73%-
XYZ3.053.019.22-
YUV44.25151.56109.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 86 (33.98% from 255) = 55.84%
R=12.34%
G=31.82%
B=55.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1949860.780.4300.66213.1363.8120.59
Hex1331564E2B042d54015
Octal236112611653010232510025
Binary10011110001101011010011101010110100001011010101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133156; }

 p { color: rgb(19,49,86); }

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

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

 a { background-color: rgb(19,49,86); }

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

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

 span { border-color: rgb(19,49,86); }

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