#133457

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

Shades of Regal Blue #133457

Tints of Regal Blue #133457

Color information

#133457 (or 0x133457) is unknown color: approx Regal Blue. HEX triplet: 13, 34 and 57. RGB value is (19,52,87). Sum of RGB (Red+Green+Blue) = 19+52+87=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #133457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133457 is #ECCBA8. Grayscale: #2D2D2D. Windows color (decimal): -15518633 or 5714963. OLE color: 5714963.

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

Color convert

RGB195287-
CMYK0.780.4000.66
HSL210.88º64.15%20.78%-
HSV(B)210.88º78.16%34.12%-
XYZ3.223.289.48-
YUV46.12151.07108.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 52 (20.70% from 255) = 32.91%
BLUE value IS 87 (34.38% from 255) = 55.06%
R=12.03%
G=32.91%
B=55.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1952870.780.4000.66210.8864.1520.78
Hex1334574E28042d34015
Octal236412711650010232310025
Binary10011110100101011110011101010000100001011010011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133457; }

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

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

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

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

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

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

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

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