#133257

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

Shades of Regal Blue #133257

Tints of Regal Blue #133257

Color information

#133257 (or 0x133257) is unknown color: approx Regal Blue. HEX triplet: 13, 32 and 57. RGB value is (19,50,87). Sum of RGB (Red+Green+Blue) = 19+50+87=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #133257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133257 is #ECCDA8. Grayscale: #2C2C2C. Windows color (decimal): -15519145 or 5714451. OLE color: 5714451.

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

Color convert

RGB195087-
CMYK0.780.4300.66
HSL212.65º64.15%20.78%-
HSV(B)212.65º78.16%34.12%-
XYZ3.133.119.45-
YUV44.95151.73109.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 87 (34.38% from 255) = 55.77%
R=12.18%
G=32.05%
B=55.77%

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
Decimal1950870.780.4300.66212.6564.1520.78
Hex1332574E2B042d54015
Octal236212711653010232510025
Binary10011110010101011110011101010110100001011010101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133257; }

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

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

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

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

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

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

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

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